mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
ci: disable fail fast for build targets job
This commit is contained in:
@@ -75,6 +75,7 @@ jobs:
|
|||||||
needs: group_targets
|
needs: group_targets
|
||||||
strategy:
|
strategy:
|
||||||
matrix: ${{ fromJson(needs.group_targets.outputs.matrix) }}
|
matrix: ${{ fromJson(needs.group_targets.outputs.matrix) }}
|
||||||
|
fail-fast: false
|
||||||
container:
|
container:
|
||||||
image: ${{ matrix.container }}
|
image: ${{ matrix.container }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user