Skip to content

Commit 0013a56

Browse files
authored
Build on Push. Set "fail-fast: false"
1 parent 824f616 commit 0013a56

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ on:
2020
push:
2121
paths-ignore:
2222
- 'Documentation/**'
23-
branches:
24-
- 'releases/*'
25-
tags:
2623

2724
permissions:
2825
contents: read
@@ -142,7 +139,7 @@ jobs:
142139
DOCKER_BUILDKIT: 1
143140

144141
strategy:
145-
max-parallel: 12
142+
fail-fast: false
146143
matrix:
147144
boards: ${{ fromJSON(needs.Linux-Arch.outputs.selected_builds) }}
148145

@@ -211,7 +208,7 @@ jobs:
211208
needs: macOS-Arch
212209
if: ${{ needs.macOS-Arch.outputs.skip_all_builds != '1' }}
213210
strategy:
214-
max-parallel: 2
211+
fail-fast: false
215212
matrix:
216213
boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }}
217214
steps:

0 commit comments

Comments
 (0)