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.