eddiewebb / circleci-queue

CircleCI orb to block/queue jobs to enforce max concurrency limits
MIT License
74 stars 75 forks source link

Block running single workflow parallel for any branch #69

Closed dcheng666666 closed 8 months ago

dcheng666666 commented 3 years ago

Is your feature request related to a problem? Please describe.

We are doing Salesforce development, and we have different workflows used by different teams, we want different workflows can be running independently, but within single workflow, we want all commits at any branches running serially since each workflow has only one sandbox environment to run. Right now seem we can only block workflows on the same branches or on all branches, neither meets our requirement.

eddiewebb commented 3 years ago

You should be able to provide a branch name, a job name, and block_workflows=false.