mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
gha/validate: Don't fail fast
Allow other validate checks to finish even if one of them failed. Sometimes a check is faulty and its failure is expected - in such case we want to ignore that one validation fail but still run all the others. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -122,7 +122,6 @@ jobs:
|
||||
- validate-prepare
|
||||
- build-dev
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
script: ${{ fromJson(needs.validate-prepare.outputs.matrix) }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user