1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Remove duplicate section on fail-fast (#40863)

Co-authored-by: Sharra-writes <sharra-writes@github.com>
This commit is contained in:
RobKenis
2025-10-15 20:27:10 +02:00
committed by GitHub
parent 7e0d80b9cf
commit 603d37234f

View File

@@ -1002,8 +1002,6 @@ All `include` combinations are processed after `exclude`. This allows you to use
## `jobs.<job_id>.strategy.fail-fast`
`jobs.<job_id>.strategy.fail-fast` applies to the entire matrix. If `jobs.<job_id>.strategy.fail-fast` is set to `true` or its expression evaluates to `true`, {% data variables.product.github %} will cancel all in-progress and queued jobs in the matrix if any job in the matrix fails. This property defaults to `true`.
{% data reusables.actions.jobs.section-using-a-build-matrix-for-your-jobs-failfast %}
## `jobs.<job_id>.strategy.max-parallel`