mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
ci: do not build on check workflow
Consistently getting the runner's disk space to be filled up and always getting skipped so this should do the trick.
This commit is contained in:
parent
7afa983b65
commit
4724c6021f
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
uses: DeterminateSystems/flake-checker-action@v4
|
uses: DeterminateSystems/flake-checker-action@v4
|
||||||
- name: Check flake outputs
|
- name: Check flake outputs
|
||||||
run: |
|
run: |
|
||||||
nix flake check --impure
|
nix flake check --impure --no-build
|
||||||
env:
|
env:
|
||||||
NIXPKGS_ALLOW_BROKEN: "1"
|
NIXPKGS_ALLOW_BROKEN: "1"
|
||||||
NIXPKGS_ALLOW_UNFREE: "1"
|
NIXPKGS_ALLOW_UNFREE: "1"
|
||||||
|
Loading…
Reference in New Issue
Block a user