Skip to content

Commit fc85439

Browse files
authored
Build on Push. Set "fail-fast: false"
1 parent 8a806e8 commit fc85439

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ name: Build
1515
on:
1616
pull_request:
1717
push:
18-
branches:
19-
- 'releases/*'
20-
tags:
2118

2219
permissions:
2320
contents: read
@@ -137,7 +134,7 @@ jobs:
137134
DOCKER_BUILDKIT: 1
138135

139136
strategy:
140-
max-parallel: 12
137+
fail-fast: false
141138
matrix:
142139
boards: ${{ fromJSON(needs.Linux-Arch.outputs.selected_builds) }}
143140

@@ -206,7 +203,7 @@ jobs:
206203
needs: macOS-Arch
207204
if: ${{ needs.macOS-Arch.outputs.skip_all_builds != '1' }}
208205
strategy:
209-
max-parallel: 2
206+
fail-fast: false
210207
matrix:
211208
boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }}
212209
steps:

0 commit comments

Comments
 (0)