Skip to content

Commit

Permalink
ci: disable fail fast for build targets job
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo authored and dagar committed Nov 8, 2024
1 parent 651675f commit fc3899a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_all_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
needs: group_targets
strategy:
matrix: ${{ fromJson(needs.group_targets.outputs.matrix) }}
fail-fast: false
container:
image: ${{ matrix.container }}
steps:
Expand Down

0 comments on commit fc3899a

Please sign in to comment.