mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
.github/ci: Use fixed names
This lets us update "runs-on" without creating a mismatch with the required checks that are configured for the repo in the github ui.
This commit is contained in:
parent
ce1e9ba85a
commit
5e21bdc623
2 changed files with 25 additions and 11 deletions
|
@ -2,10 +2,10 @@ queue_rules:
|
|||
- name: default
|
||||
# all required tests need to go here
|
||||
merge_conditions:
|
||||
- check-success=tests (macos-14)
|
||||
- check-success=tests (ubuntu-24.04)
|
||||
- check-success=installer_test (macos-14)
|
||||
- check-success=installer_test (ubuntu-24.04)
|
||||
- check-success=tests on macos
|
||||
- check-success=tests on ubuntu
|
||||
- check-success=installer_test on macos
|
||||
- check-success=installer_test on ubuntu
|
||||
- check-success=vm_tests
|
||||
batch_size: 5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue