Skip to content

Commit 603d372

Browse files
Remove duplicate section on fail-fast (#40863)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
1 parent 7e0d80b commit 603d372

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/actions/reference/workflows-and-actions/workflow-syntax.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,8 +1002,6 @@ All `include` combinations are processed after `exclude`. This allows you to use
10021002

10031003
## `jobs.<job_id>.strategy.fail-fast`
10041004

1005-
`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`.
1006-
10071005
{% data reusables.actions.jobs.section-using-a-build-matrix-for-your-jobs-failfast %}
10081006

10091007
## `jobs.<job_id>.strategy.max-parallel`

0 commit comments

Comments
 (0)