Skip to content

Commit f05ebb8

Browse files
committed
chore: false
1 parent 8b26826 commit f05ebb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
parallel:
1111
strategy:
1212
# If set true, then if one matrix job fails, cancel others
13-
fail-fast: true # default is true.
13+
fail-fast: false # default is true.
1414
matrix:
1515
version: [10, 12, 14]
1616
runs-on: [ubuntu-24.04, ubuntu-latest]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ jobs:
18041804
parallel:
18051805
strategy:
18061806
# If set true, then if one matrix job fails, cancel others
1807-
fail-fast: true # default is true.
1807+
fail-fast: false # default is true.
18081808
matrix:
18091809
version: [10, 12, 14]
18101810
runs-on: [ubuntu-24.04, ubuntu-latest]

0 commit comments

Comments
 (0)