Make a utility workflow skippable

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

Hi @seppe_r!

That’s a great question! But unfortunately this isn’t possible at the moment, maybe it would worth a #feature-request? :thinking:

You could make each step skippable in a utility workflow for the same effect, but I understand that isn’ entirely the same.

Actually this got submitted moments before I posted this :slight_smile: Execute chained workflow conditionally