summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-04-20 12:47:13 +0300
committerGitHub <noreply@github.com>2024-04-20 12:47:13 +0300
commit8f9e7071ff1e1f09faa473f499f3fc923f8d1898 (patch)
tree821a2b3145d41ec94e4c8f39c3ec6e730e8592a1 /.github
parent3557bbcc90c13a8e8f6c3d5f37f85b9fa7376c31 (diff)
parent9cdada6d5c14f4eefd284bdb7cb65f6a2231080f (diff)
Merge pull request #304730 from K900/bigger-paralleler
pkgs/top-level: split release-checks into a separate job
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/basic-eval.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/basic-eval.yml b/.github/workflows/basic-eval.yml
index 9008ca208e17..04e74f774c2e 100644
--- a/.github/workflows/basic-eval.yml
+++ b/.github/workflows/basic-eval.yml
@@ -26,4 +26,4 @@ jobs:
name: nixpkgs-ci
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
# explicit list of supportedSystems is needed until aarch64-darwin becomes part of the trunk jobset
- - run: nix-build pkgs/top-level/release.nix -A tarball.nixpkgs-basic-release-checks --arg supportedSystems '[ "aarch64-darwin" "aarch64-linux" "x86_64-linux" "x86_64-darwin" ]'
+ - run: nix-build pkgs/top-level/release.nix -A release-checks --arg supportedSystems '[ "aarch64-darwin" "aarch64-linux" "x86_64-linux" "x86_64-darwin" ]'