Skip to content

Commit 28dc538

Browse files
committed
dont fail fast
1 parent d945f0c commit 28dc538

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/manual.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.runner }}
2323
environment: release
2424
strategy:
25+
fail-fast: false
2526
matrix:
2627
include:
2728
- platform: aarch64-darwin

.github/workflows/pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.runner }}
1111
environment: test
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
include:
1516
- platform: aarch64-darwin

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.runner }}
1111
environment: release
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
include:
1516
- platform: aarch64-darwin

0 commit comments

Comments
 (0)