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/pipelines/conditional-execution-of-steps.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
@@ -244,7 +244,7 @@ Try running the pipeline above and see how it behaves when a variable called `MY
244
244
245
245
246
246
##Single step dependencies
247
-
When[parallel execution]({{site.baseurl}}/docs/docs/pipelines/advanced-workflows/#parallel-pipeline-execution) is enabled, the`when:`conditional can be usedto set up step dependenciesusing the`steps:` and`on:` keywords. For more information,[check theparallel pipeline execution page]({{site.baseurl}}/docs/docs/pipelines/advanced-workflows/#parallel-pipeline-execution).
247
+
When parallel execution is enabled,usethe`when:`conditionto set up step dependenciesthrough thekeywords,`steps:` and`on:`. For more information,see[parallel pipeline execution]({{site.baseurl}}/docs/pipelines/advanced-workflows/#parallel-pipeline-execution).
248
248
249
249
##Related articles
250
250
[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)