'Bitrise Build Start' step doesn't run builds concurrently

I am using the Bitrise Build Start step to build two versions of my iOS app.

My configuration:

  release:
    steps:
    - build-router-start@0:
        inputs:
        - workflows: |-
            demo
            production
        - access_token: "$ACCESS_TOKEN"

The docs suggest these would be run simultaneously. But the production build remains “On hold” until demo is complete.

Am I missing a step?

Oh, the pricing plan I’m on only allows for one concurrency. Never mind!

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