Skip to content

Commit b217234

Browse files
committed
Do not cancel running jobs if any matrix job fails
1 parent 30e10f3 commit b217234

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/PythonChallengeSolutions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
strategy:
7+
fail-fast: false
78
matrix:
89
python-version:
910
- 3.6

0 commit comments

Comments
 (0)