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.

(cherry picked from commit ac93865697)
This commit is contained in:
Wolfgang Walther
2025-08-20 17:09:54 +02:00
committed by github-actions[bot]
parent 0c3549113b
commit 4c5bae6e3f

View File

@@ -65,7 +65,7 @@ jobs:
name: ${{ vars.CACHIX_NAME || 'nixpkgs-ci' }}
extraPullNames: nixpkgs-ci
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
pushFilter: -source$
pushFilter: '(-source$|-nixpkgs-tarball-)'
- run: nix-env --install -f pinned -A nix-build-uncached