Hi, we have two apps being built from a single iOS codebase on the same branch. These two apps are currently two different workflows and we’ve identified two issues:
- rolling builds consider them to be the same and one is cancelled when the other is queued up manually.
- it’s not possible to configure triggers for multiple workflows for a single branch.
Now I assume we could merge the workflows but with this dual workflow config, builds would be available sooner so seem preferred. Also more scalable if we want to have more than two apps.