Commit 3baa30e1d9f6

Vincent Demeester <vincent@sbr.pm>
2023-12-01 12:22:36
.github: do not push cache on pull-requests
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent e89bb74
Changed files (1)
.github
.github/workflows/build-systems.yaml
@@ -48,4 +48,5 @@ jobs:
         with:
           name: vdemeester
           authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
+          skipPush: ${{ github.event_name == 'pull_request' }}
       - run: nix build -L ".#nixosConfigurations.${{ matrix.name }}.config.system.build.toplevel"