Revert "workflows/check-deploy: Do the flake check without building the extra checks again"
Some checks are pending
Check & Deploy / generate-matrix (push) Waiting to run
Check & Deploy / build-check (push) Blocked by required conditions
Check & Deploy / flake-check (push) Blocked by required conditions
Check & Deploy / deploy (push) Blocked by required conditions

This reverts commit 86662e70d7.
This commit is contained in:
SebastianStork 2026-02-18 21:19:17 +01:00
parent 86662e70d7
commit 4a40462ebf
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

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