From 9b7a55b8a781c78fe3740176e39ad1ac5b6c86bc Mon Sep 17 00:00:00 2001 From: Johan Van de Wauw Date: Mon, 18 May 2026 20:09:13 +0200 Subject: [PATCH] Docs: Mention that you can use failure: fail (#6611) --- docs/docs/20-usage/20-workflow-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/20-usage/20-workflow-syntax.md b/docs/docs/20-usage/20-workflow-syntax.md index 417e74cf82..c8efb12838 100644 --- a/docs/docs/20-usage/20-workflow-syntax.md +++ b/docs/docs/20-usage/20-workflow-syntax.md @@ -196,7 +196,7 @@ Some of the steps may be allowed to fail without causing the whole workflow and + failure: ignore ``` -If you would like to cancel the full pipeline once the step fails, you can set `failure: cancel`. +If you would like to cancel the full pipeline once the step fails, you can set `failure: cancel`. For the default behaviour, use `failure: fail`. ### `when` - Conditional Execution