Closed e-gineer closed 5 months ago
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
This issue was closed because it has been stalled for 90 days with no activity.
Consider this pipeline with a step that is always skipped:
Here is the output:
My suggestion is that any step that depends on a skipped step should also be skipped .... it shouldn't be executed and fail. That would avoid the need for
if =
statements through all the dependent steps.Is there any case where we want a step that depends on a skipped step to actually be executed?