ci: disable fail fast for build targets job

This commit is contained in:
Ramon Roche 2024-11-07 14:18:11 -08:00 committed by Daniel Agar
parent 651675fed0
commit fc3899a0d0

View File

@ -75,6 +75,7 @@ jobs:
needs: group_targets
strategy:
matrix: ${{ fromJson(needs.group_targets.outputs.matrix) }}
fail-fast: false
container:
image: ${{ matrix.container }}
steps: