Skip to content

Commit

Permalink
Build on Push. Set "fail-fast: false"
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen authored Nov 15, 2024
1 parent 824f616 commit 0013a56
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ on:
push:
paths-ignore:
- 'Documentation/**'
branches:
- 'releases/*'
tags:

permissions:
contents: read
Expand Down Expand Up @@ -142,7 +139,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 @@ -211,7 +208,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 0013a56

Please sign in to comment.