Skip to content

Commit 2ee49d9

Browse files
authored
Don't cancel running jobs on failure.
1 parent 52b5467 commit 2ee49d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
whl:
2727
name: Build / ${{ matrix.os }} / Python ${{ matrix.major }}.${{ matrix.minor }}
2828
strategy:
29+
fail-fast: false
2930
matrix:
3031
os: [macOS, Ubuntu, Windows]
3132
major: [3]

0 commit comments

Comments
 (0)