We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0212e57 commit e5e8032Copy full SHA for e5e8032
.github/workflows/build.yml
@@ -138,7 +138,7 @@ jobs:
138
DOCKER_BUILDKIT: 1
139
140
strategy:
141
- max-parallel: 12
+ fail-fast: false
142
matrix:
143
boards: ${{ fromJSON(needs.Linux-Arch.outputs.selected_builds) }}
144
@@ -207,7 +207,7 @@ jobs:
207
needs: macOS-Arch
208
if: ${{ needs.macOS-Arch.outputs.skip_all_builds != '1' }}
209
210
- max-parallel: 2
211
212
boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }}
213
steps:
0 commit comments