From 74fe85dbfd564677c2565f69add973f9ffb6338f Mon Sep 17 00:00:00 2001 From: RobKenis Date: Wed, 15 Oct 2025 13:46:41 +0200 Subject: [PATCH] Remove duplicate section on fail-fast The mention on fail-fast applying to the entire matrix is also included in the reusable block. This renders to the block being repeated in the documentation. --- .../actions/reference/workflows-and-actions/workflow-syntax.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/actions/reference/workflows-and-actions/workflow-syntax.md b/content/actions/reference/workflows-and-actions/workflow-syntax.md index d2ddc02b6bfd..38b8d70292b3 100644 --- a/content/actions/reference/workflows-and-actions/workflow-syntax.md +++ b/content/actions/reference/workflows-and-actions/workflow-syntax.md @@ -1002,8 +1002,6 @@ All `include` combinations are processed after `exclude`. This allows you to use ## `jobs..strategy.fail-fast` -`jobs..strategy.fail-fast` applies to the entire matrix. If `jobs..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..strategy.max-parallel`