We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb3a15 commit 177fc8bCopy full SHA for 177fc8b
1 file changed
.github/workflows/test.yml
@@ -40,7 +40,8 @@ jobs:
40
- run: nix-build test.nix
41
42
private-cache:
43
- if: ${{ github.ref == 'refs/heads/master' }}
+ # Only run when secrets are available
44
+ if: ${{ github.secret_source == 'Actions' }}
45
strategy:
46
matrix:
47
os: [ubuntu-latest, macos-latest]
0 commit comments