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