From 4de863a31211778f1fefc08ca897d9036355a5c7 Mon Sep 17 00:00:00 2001 From: Laurent Rochette Date: Mon, 11 Sep 2023 11:15:56 +0200 Subject: [PATCH 1/2] Update condition-evaulates-false-finished-status.md the pipe '|' in the text creates an array which makes the text hard to read Also the name of this documentation file condition-evaulates-false-finished-status.md has a misspellig on evaluates --- _docs/kb/articles/condition-evaulates-false-finished-status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/kb/articles/condition-evaulates-false-finished-status.md b/_docs/kb/articles/condition-evaulates-false-finished-status.md index 62992445c..5e23c486e 100644 --- a/_docs/kb/articles/condition-evaulates-false-finished-status.md +++ b/_docs/kb/articles/condition-evaulates-false-finished-status.md @@ -51,7 +51,7 @@ my_step: {% endraw %} -Since the `finished` alias is just available for step-dependencies|conditions, then you can workaround this by specifying the possible step-status of the step you're interested in, applying a logical `OR` (`||`) in the custom-condition. +Since the `finished` alias is just available for step-dependencies/conditions, then you can workaround this by specifying the possible step-status of the step you're interested in, applying a logical `OR` (`||`) in the custom-condition. For example, following the same example above, this would be the solution: From 5e161add45fc8561b8ae82015773fe476b12ae0b Mon Sep 17 00:00:00 2001 From: Luke Goodfellow <107487942+mnmlluke@users.noreply.github.com> Date: Mon, 11 Sep 2023 07:14:43 -0700 Subject: [PATCH 2/2] corrected misspelling on file name --- ...hed-status.md => condition-evaluates-false-finished-status.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _docs/kb/articles/{condition-evaulates-false-finished-status.md => condition-evaluates-false-finished-status.md} (100%) diff --git a/_docs/kb/articles/condition-evaulates-false-finished-status.md b/_docs/kb/articles/condition-evaluates-false-finished-status.md similarity index 100% rename from _docs/kb/articles/condition-evaulates-false-finished-status.md rename to _docs/kb/articles/condition-evaluates-false-finished-status.md