workflows/check-deploy: Do the flake check without building the extra checks again

This commit is contained in:
SebastianStork 2026-02-18 21:15:23 +01:00
parent 27cb0c8a28
commit 86662e70d7
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -43,11 +43,7 @@ jobs:
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: experimental-features = nix-command flakes pipe-operators
- uses: cachix/cachix-action@v15
with:
name: sebastian-stork
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix flake check --keep-going --print-build-logs
- run: nix flake check --no-build --keep-going
deploy:
needs: flake-check
runs-on: ubuntu-latest