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 824f616 commit 0013a56Copy full SHA for 0013a56
.github/workflows/build.yml
@@ -20,9 +20,6 @@ on:
20
push:
21
paths-ignore:
22
- 'Documentation/**'
23
- branches:
24
- - 'releases/*'
25
- tags:
26
27
permissions:
28
contents: read
@@ -142,7 +139,7 @@ jobs:
142
139
DOCKER_BUILDKIT: 1
143
140
144
141
strategy:
145
- max-parallel: 12
+ fail-fast: false
146
matrix:
147
boards: ${{ fromJSON(needs.Linux-Arch.outputs.selected_builds) }}
148
@@ -211,7 +208,7 @@ jobs:
211
208
needs: macOS-Arch
212
209
if: ${{ needs.macOS-Arch.outputs.skip_all_builds != '1' }}
213
210
214
- max-parallel: 2
215
216
boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }}
217
steps:
0 commit comments