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
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -808,8 +808,6 @@ In this case Codefresh will make sure that cleanup happens only when both unit a
808
808
809
809
For maximum flexibility you can define a custom conditional for a step.
810
810
811
-
>Notice that step dependencies only work for[full parallel mode](#parallel-pipeline-mode) (i.e. you need`mode: parallel` at the top of the pipeline yaml).
812
-
813
811
It is hard to describe all possible cases, because Codefresh support a[mini DSL]({{site.baseurl}}/docs/codefresh-yaml/condition-expression-syntax/) for conditions. All examples mentioned in[conditional execution]({{site.baseurl}}/docs/codefresh-yaml/conditional-execution-of-steps/) are still valid in parallel pipelines.
814
812
815
813
For example, run this step only if a PR is opened against the production branch: