Skip to content

Commit 8eee061

Browse files
committed
Fixup the actions ci yml label check
1 parent 508b7a7 commit 8eee061

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
(github.event.action == 'labeled' && github.event.label.name == 'flake-regression-test')
9898
|| (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'flake-regression-test'))
9999
)
100+
)
100101
needs: build_x86_64-linux
101102
runs-on: namespace-profile-x86-32cpu-64gb
102103
steps:
@@ -127,6 +128,7 @@ jobs:
127128
(github.event.action == 'labeled' && github.event.label.name == 'flake-regression-test')
128129
|| (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'flake-regression-test'))
129130
)
131+
)
130132
needs: build_x86_64-linux
131133
runs-on: namespace-profile-x86-32cpu-64gb
132134
steps:

0 commit comments

Comments
 (0)