Using own bitrise.yml and running multiple concurrent workflows

Hey guys, I would like to adapt this article: https://blog.bitrise.io/start-multiple-builds-with-the-same-trigger

for my own bitrise.yml. Though I’m encountered an issue where:

    - build-router-start@0.11.3:
        inputs:
        - workflows: |-
            android
            ios
        - access_token: "$ACCESS_TOKEN"

Would not see my workflows, I guess it takes them only when it’s in onsite bitrise.yml.

Any suggestions how I can run multiple concurrent workflows with the bitrise.yml stored in repo?

Also, how would I manage to keep numbers in sync running concurrent builds?

Thanks,
Ivan.

Hi @ivan.kovnatsky!

Would not see my workflows, I guess it takes them only when it’s in onsite bitrise.yml.

That’s absolutely correct. This use case complicates the usage of the Bitrise Start Build steps indeed, but only a tiny bit. :slight_smile:
You are essentially required to set up “shell” workflows online on the UI for how you would want to run your workflows from the .yml, and use the Bitrise Start Build to launch this shell workflows.

As for your last question, what numbers is it referring to? :thinking: