Skip to content

Commit bd5d5b1

Browse files
committed
Disable fail-fast
1 parent b64517b commit bd5d5b1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: .github/workflows/tests_suite.yml

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
test-tools:
5050
if: ${{ contains(github.event.pull_request.labels.*.name, 'test tools') || github.event_name == 'schedule' }}
5151
strategy:
52+
fail-fast: false
5253
matrix:
5354
os: [ubuntu-20.04]
5455
package:
@@ -157,6 +158,7 @@ jobs:
157158
needs: build-wheel
158159
if: ${{ contains(github.event.pull_request.labels.*.name, 'test release') || github.event_name == 'schedule' }}
159160
strategy:
161+
fail-fast: false
160162
matrix:
161163
os: [ubuntu-20.04]
162164
package:
@@ -228,6 +230,7 @@ jobs:
228230
needs: build-wheel
229231
if: ${{ contains(github.event.pull_request.labels.*.name, 'test release') || github.event_name == 'schedule' }}
230232
strategy:
233+
fail-fast: false
231234
matrix:
232235
os: [ubuntu-20.04]
233236
package:
@@ -305,6 +308,7 @@ jobs:
305308
needs: build-docker
306309
if: ${{ contains(github.event.pull_request.labels.*.name, 'test release') || github.event_name == 'schedule' }}
307310
strategy:
311+
fail-fast: false
308312
matrix:
309313
os: [ubuntu-20.04]
310314
package:

Diff for: .github/workflows/tests_suite_develop.yml

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
test-tools:
5151
if: ${{ contains(github.event.pull_request.labels.*.name, 'test tools') || github.event_name == 'schedule' }}
5252
strategy:
53+
fail-fast: false
5354
matrix:
5455
os: [ubuntu-20.04]
5556
package:
@@ -161,6 +162,7 @@ jobs:
161162
needs: build-wheel
162163
if: ${{ contains(github.event.pull_request.labels.*.name, 'test release') || github.event_name == 'schedule' }}
163164
strategy:
165+
fail-fast: false
164166
matrix:
165167
os: [ubuntu-20.04]
166168
package:
@@ -233,6 +235,7 @@ jobs:
233235
needs: build-wheel
234236
if: ${{ contains(github.event.pull_request.labels.*.name, 'test release') || github.event_name == 'schedule' }}
235237
strategy:
238+
fail-fast: false
236239
matrix:
237240
os: [ubuntu-20.04]
238241
package:
@@ -310,6 +313,7 @@ jobs:
310313
needs: build-docker
311314
if: ${{ contains(github.event.pull_request.labels.*.name, 'test release') || github.event_name == 'schedule' }}
312315
strategy:
316+
fail-fast: false
313317
matrix:
314318
os: [ubuntu-20.04]
315319
package:

0 commit comments

Comments
 (0)