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 2, 2024
1 parent b294fd3 commit 9ece335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,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 @@ -212,7 +212,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 Expand Up @@ -385,4 +385,4 @@ jobs:
with:
name: msvc-builds
path: buildartifacts/
continue-on-error: true
continue-on-error: true

0 comments on commit 9ece335

Please sign in to comment.