We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a806e8 commit fc85439Copy full SHA for fc85439
.github/workflows/build.yml
@@ -15,9 +15,6 @@ name: Build
15
on:
16
pull_request:
17
push:
18
- branches:
19
- - 'releases/*'
20
- tags:
21
22
permissions:
23
contents: read
@@ -137,7 +134,7 @@ jobs:
137
134
DOCKER_BUILDKIT: 1
138
135
139
136
strategy:
140
- max-parallel: 12
+ fail-fast: false
141
matrix:
142
boards: ${{ fromJSON(needs.Linux-Arch.outputs.selected_builds) }}
143
@@ -206,7 +203,7 @@ jobs:
206
203
needs: macOS-Arch
207
204
if: ${{ needs.macOS-Arch.outputs.skip_all_builds != '1' }}
208
205
209
- max-parallel: 2
210
211
boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }}
212
steps:
0 commit comments