Skip to content

Commit 706c560

Browse files
committed
ci: don't cancel all jobs when one job fail
1 parent c5fec6e commit 706c560

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
runs-on: ubuntu-20.04
2323
continue-on-error: ${{ matrix.allow_failure }}
2424
strategy:
25+
# Keep running even if one variation of the job fail
26+
fail-fast: false
2527
matrix:
2628
python-version:
2729
- "3.5"

0 commit comments

Comments
 (0)