Start different workflows for various Bitrise apps from one repository

We have a Github Enterprise account with numerous different repositories. Mostly mobile development related repositories for Android and iOS.

We are experimenting to merge our repositories to have mono repositories. With us integrating and relying so heavily on Bitrise for our CI/CD processes, we need to investigate how our mono repositories will cooperate with Bitrise in this regard.

From what I’ve read thus far, this is easily accomplishable with the built in Enable selective builds tool, but that unfortunately is disabled on our Bitrise projects, which seems like it’s because we have a repository linked from a Github enterprise account.

Is there a different way to accomplish this, other than using Enable selective builds.

So we have one repository with three different targets. Each target is a different app on Bitrise, and we’d want to kick off a pull_request workflow on the three apps, depending on where the code changes occur on the repository. Workflows on either 1, 2 or all 3 of the Bitrise apps. This can even be initiated by the person opening the pull request from Github via a Github pull request template tag, etc.

Any pointers would be greatly appreciated.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.