Skip to content

Commit e5e8032

Browse files
authored
fail-fast: false
1 parent 0212e57 commit e5e8032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
DOCKER_BUILDKIT: 1
139139

140140
strategy:
141-
max-parallel: 12
141+
fail-fast: false
142142
matrix:
143143
boards: ${{ fromJSON(needs.Linux-Arch.outputs.selected_builds) }}
144144

@@ -207,7 +207,7 @@ jobs:
207207
needs: macOS-Arch
208208
if: ${{ needs.macOS-Arch.outputs.skip_all_builds != '1' }}
209209
strategy:
210-
max-parallel: 2
210+
fail-fast: false
211211
matrix:
212212
boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }}
213213
steps:

0 commit comments

Comments
 (0)