We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508b7a7 commit 8eee061Copy full SHA for 8eee061
1 file changed
.github/workflows/ci.yml
@@ -97,6 +97,7 @@ jobs:
97
(github.event.action == 'labeled' && github.event.label.name == 'flake-regression-test')
98
|| (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'flake-regression-test'))
99
)
100
+ )
101
needs: build_x86_64-linux
102
runs-on: namespace-profile-x86-32cpu-64gb
103
steps:
@@ -127,6 +128,7 @@ jobs:
127
128
129
130
131
132
133
134
0 commit comments