mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
Fixup the actions ci yml label check
This commit is contained in:
parent
508b7a705f
commit
8eee061eb2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -97,6 +97,7 @@ jobs:
|
||||||
(github.event.action == 'labeled' && github.event.label.name == 'flake-regression-test')
|
(github.event.action == 'labeled' && github.event.label.name == 'flake-regression-test')
|
||||||
|| (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'flake-regression-test'))
|
|| (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'flake-regression-test'))
|
||||||
)
|
)
|
||||||
|
)
|
||||||
needs: build_x86_64-linux
|
needs: build_x86_64-linux
|
||||||
runs-on: namespace-profile-x86-32cpu-64gb
|
runs-on: namespace-profile-x86-32cpu-64gb
|
||||||
steps:
|
steps:
|
||||||
|
@ -127,6 +128,7 @@ jobs:
|
||||||
(github.event.action == 'labeled' && github.event.label.name == 'flake-regression-test')
|
(github.event.action == 'labeled' && github.event.label.name == 'flake-regression-test')
|
||||||
|| (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'flake-regression-test'))
|
|| (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'flake-regression-test'))
|
||||||
)
|
)
|
||||||
|
)
|
||||||
needs: build_x86_64-linux
|
needs: build_x86_64-linux
|
||||||
runs-on: namespace-profile-x86-32cpu-64gb
|
runs-on: namespace-profile-x86-32cpu-64gb
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue