commit 3baa30e1d9f6c2e08d1d8edba66a8f09c562524e
parent e89bb7473e2b798c0f0a118cc5725dbd92b343fa
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 1 Dec 2023 12:22:36 +0100
.github: do not push cache on pull-requests
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/build-systems.yaml b/.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"