Optional depends_on
#3416
Unanswered
anbraten
asked this question in
Request a Feature
Replies: 2 comments 3 replies
-
Maybe it is time to introduce some logic...
like with environments. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I still think that we should treat skipped (by when condition) as completed for depends_on conditions, otherwise I find very often to have to split to multiple pipelines and/or duplicting steps that are same with just different depends _on |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I quite sometimes would like to have an optional
depends_on
for steps and workflows.For example sometime I want a step to be only executed in case one of two previous steps were executed.
For this it would be helpful to write sth like:
Beta Was this translation helpful? Give feedback.
All reactions