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:
Gabriel Arazas 2023-07-20 11:39:17 +08:00
parent 7afa983b65
commit 4724c6021f
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -18,7 +18,7 @@ jobs:
uses: DeterminateSystems/flake-checker-action@v4
- name: Check flake outputs
run: |
nix flake check --impure
nix flake check --impure --no-build
env:
NIXPKGS_ALLOW_BROKEN: "1"
NIXPKGS_ALLOW_UNFREE: "1"