Skip to content

Commit

Permalink
ci: enable caching on flake update branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov committed Sep 4, 2024
1 parent fac4a8c commit faf9ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: cachix/cachix-action@v15
with:
name: crane
authToken: ${{ github.ref == 'refs/heads/master' && secrets.CACHIX_AUTH_TOKEN || '' }}
authToken: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/automation/flake-update' && secrets.CACHIX_AUTH_TOKEN || '' }}
- name: flake checks
run: nix develop --accept-flake-config --command ./ci/fast-flake-check.sh . ${{ matrix.nixpkgs-override }}
- name: extra tests
Expand Down

0 comments on commit faf9ae5

Please sign in to comment.