Skip to content

Commit 5dc3d90

Browse files
committed
ci: disable fast fail in matrix build
1 parent af9525b commit 5dc3d90

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/commit-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
build:
88
runs-on: ${{ matrix.os }}
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
os:
1213
- ubuntu-22.04

.github/workflows/pull-request-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
build:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
os:
1920
- ubuntu-22.04

0 commit comments

Comments
 (0)