File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 49
49
test-tools :
50
50
if : ${{ contains(github.event.pull_request.labels.*.name, 'test tools') || github.event_name == 'schedule' }}
51
51
strategy :
52
+ fail-fast : false
52
53
matrix :
53
54
os : [ubuntu-20.04]
54
55
package :
@@ -157,6 +158,7 @@ jobs:
157
158
needs : build-wheel
158
159
if : ${{ contains(github.event.pull_request.labels.*.name, 'test release') || github.event_name == 'schedule' }}
159
160
strategy :
161
+ fail-fast : false
160
162
matrix :
161
163
os : [ubuntu-20.04]
162
164
package :
@@ -228,6 +230,7 @@ jobs:
228
230
needs : build-wheel
229
231
if : ${{ contains(github.event.pull_request.labels.*.name, 'test release') || github.event_name == 'schedule' }}
230
232
strategy :
233
+ fail-fast : false
231
234
matrix :
232
235
os : [ubuntu-20.04]
233
236
package :
@@ -305,6 +308,7 @@ jobs:
305
308
needs : build-docker
306
309
if : ${{ contains(github.event.pull_request.labels.*.name, 'test release') || github.event_name == 'schedule' }}
307
310
strategy :
311
+ fail-fast : false
308
312
matrix :
309
313
os : [ubuntu-20.04]
310
314
package :
Original file line number Diff line number Diff line change 50
50
test-tools :
51
51
if : ${{ contains(github.event.pull_request.labels.*.name, 'test tools') || github.event_name == 'schedule' }}
52
52
strategy :
53
+ fail-fast : false
53
54
matrix :
54
55
os : [ubuntu-20.04]
55
56
package :
@@ -161,6 +162,7 @@ jobs:
161
162
needs : build-wheel
162
163
if : ${{ contains(github.event.pull_request.labels.*.name, 'test release') || github.event_name == 'schedule' }}
163
164
strategy :
165
+ fail-fast : false
164
166
matrix :
165
167
os : [ubuntu-20.04]
166
168
package :
@@ -233,6 +235,7 @@ jobs:
233
235
needs : build-wheel
234
236
if : ${{ contains(github.event.pull_request.labels.*.name, 'test release') || github.event_name == 'schedule' }}
235
237
strategy :
238
+ fail-fast : false
236
239
matrix :
237
240
os : [ubuntu-20.04]
238
241
package :
@@ -310,6 +313,7 @@ jobs:
310
313
needs : build-docker
311
314
if : ${{ contains(github.event.pull_request.labels.*.name, 'test release') || github.event_name == 'schedule' }}
312
315
strategy :
316
+ fail-fast : false
313
317
matrix :
314
318
os : [ubuntu-20.04]
315
319
package :
You can’t perform that action at this time.
0 commit comments