Hi,
Is it possible to make a workflow skippable, just like it’s possible to use it with steps?
Use case:
When you want to deploy android and ios in 1 build.
_deploy_ios <-- workflow can fail
_deploy_android <-- this workflow should still run
Friendly regards,
Seppe
bitce
2
Hi @seppe_r!
That’s a great question! But unfortunately this isn’t possible at the moment, maybe it would worth a #feature-request?
You could make each step skippable in a utility workflow for the same effect, but I understand that isn’ entirely the same.
bitce
3
Actually this got submitted moments before I posted this Execute chained workflow conditionally