Skip to content

Commit ac93865

Browse files
workflows/build: prevent pushing tarball to cachix
By definition the tarball changes on every commit, so it makes no sense to cache it - it will just waste disk space.
1 parent 795dd01 commit ac93865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: ${{ vars.CACHIX_NAME || 'nixpkgs-ci' }}
6666
extraPullNames: nixpkgs-ci
6767
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
68-
pushFilter: -source$
68+
pushFilter: '(-source$|-nixpkgs-tarball-)'
6969

7070
- run: nix-env --install -f pinned -A nix-build-uncached
7171

0 commit comments

Comments
 (0)