Skip to content

Commit

Permalink
Disable fast fail strategy for build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienPatte committed Oct 16, 2024
1 parent ba7d104 commit 6559562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
runs-on: ubuntu-latest
needs: generate-images-matrix
strategy:
fail-fast: false
matrix:
image: ${{ fromJSON(needs.generate-images-matrix.outputs.matrix).images }}
steps:
Expand Down

0 comments on commit 6559562

Please sign in to comment.