We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b26826 commit f05ebb8Copy full SHA for f05ebb8
2 files changed
.github/workflows/matrix.yaml
@@ -10,7 +10,7 @@ jobs:
10
parallel:
11
strategy:
12
# If set true, then if one matrix job fails, cancel others
13
- fail-fast: true # default is true.
+ fail-fast: false # default is true.
14
matrix:
15
version: [10, 12, 14]
16
runs-on: [ubuntu-24.04, ubuntu-latest]
README.md
@@ -1804,7 +1804,7 @@ jobs:
1804
1805
1806
1807
1808
1809
1810
0 commit comments