mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 21:19:07 +01:00
workflows/check-deploy: Do the flake check without building the extra checks again
This commit is contained in:
parent
27cb0c8a28
commit
86662e70d7
1 changed files with 1 additions and 5 deletions
6
.github/workflows/check-deploy.yml
vendored
6
.github/workflows/check-deploy.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue