You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/codefresh-yaml/advanced-workflows.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -830,7 +830,7 @@ You can now add extra conditions regarding the completion state of specific step
830
830
* Pending
831
831
* Running
832
832
833
-
Finished is a shorthand for`success` or`failure` or`skipped`. It is only valid when used in[step dependencies]({{site.baseurl}}docs/codefresh-yaml/advanced-workflows/#single-step-dependencies), and cannot be used in custom conditions.
833
+
Finished is a shorthand for`success` or`failure` or`skipped`. It is only valid when used in[step dependencies]({{site.baseurl}}/docs/codefresh-yaml/advanced-workflows/#single-step-dependencies), and cannot be used in custom conditions.
834
834
835
835
You can mix and match completion states from any other step in your pipeline. Here are some examples: