Skip to content

Commit 59a3201

Browse files
authored
ci: Turn off fail-fast for the wheel workflow (#5123)
We have enough spurious failures that I don't want all of the variants in a job matrix to fail just because one goes wrong. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent c75e31f commit 59a3201

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
if: |
8888
${{ github.event_name != 'schedule' || github.event.repository.fork == false }}
8989
strategy:
90+
fail-fast: false
9091
matrix:
9192
include:
9293
# -------------------------------------------------------------------
@@ -295,6 +296,7 @@ jobs:
295296
if: |
296297
github.event_name != 'schedule' || github.event.repository.fork == false
297298
strategy:
299+
fail-fast: false
298300
matrix:
299301
include:
300302
# -------------------------------------------------------------------
@@ -383,6 +385,7 @@ jobs:
383385
if: |
384386
github.event_name != 'schedule' || github.event.repository.fork == false
385387
strategy:
388+
fail-fast: false
386389
matrix:
387390
include:
388391
# -------------------------------------------------------------------
@@ -462,6 +465,7 @@ jobs:
462465
if: |
463466
github.event_name != 'schedule' || github.event.repository.fork == false
464467
strategy:
468+
fail-fast: false
465469
matrix:
466470
include:
467471
# -------------------------------------------------------------------

0 commit comments

Comments
 (0)