From 4724c6021fccdb3fb994eaf67b9a5517bfb84839 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 20 Jul 2023 11:39:17 +0800 Subject: [PATCH] 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. --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 3e49cd57..307afda6 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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"