Commit 3baa30e1d9f6
Changed files (1)
.github
workflows
.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"