Skip to content

Commit 8228a51

Browse files
committed
Do not fail all jobs in the group
1 parent 6abcb59 commit 8228a51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/bob.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
platform: [armv7-android, x86_64-linux, js-web]
51+
fail-fast: false
5152
runs-on: ${{ inputs.ubuntu_runner }}
5253

5354
name: Build
@@ -88,6 +89,7 @@ jobs:
8889
strategy:
8990
matrix:
9091
platform: [x86_64-win32, x86-win32]
92+
fail-fast: false
9193
runs-on: ${{ inputs.windows_runner }}
9294

9395
name: Build
@@ -124,6 +126,7 @@ jobs:
124126
strategy:
125127
matrix:
126128
platform: [arm64-macos, x86_64-macos]
129+
fail-fast: false
127130
runs-on: macOS-latest
128131

129132
name: Build

0 commit comments

Comments
 (0)