1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 06:52:43 +01:00

Use fewer runners

This commit is contained in:
Graham Christensen 2025-06-13 16:43:55 -04:00
parent 6185afef92
commit 97dc226cae

View file

@ -110,11 +110,8 @@ jobs:
- "lazy-trees = true"
- "lazy-trees = false"
glob:
- "[0-d]*"
- "[e-l]*"
- "[m]*"
- "[n-r]*"
- "[s-z]*"
- "[0-l]*"
- "[m-z]*"
steps:
- name: Checkout nix
uses: actions/checkout@v4