Skip to content

Commit

Permalink
fail-fast: false
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen authored Nov 3, 2024
1 parent 7bab630 commit e64913b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
DOCKER_BUILDKIT: 1

strategy:
max-parallel: 12
fail-fast: false
matrix:
boards: ${{ fromJSON(needs.Linux-Arch.outputs.selected_builds) }}

Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
needs: macOS-Arch
if: ${{ needs.macOS-Arch.outputs.skip_all_builds != '1' }}
strategy:
max-parallel: 2
fail-fast: false
matrix:
boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }}
steps:
Expand Down

0 comments on commit e64913b

Please sign in to comment.