circleci-queue icon indicating copy to clipboard operation
circleci-queue copied to clipboard

Block running single workflow parallel for any branch

Open dcheng666666 opened this issue 4 years ago • 1 comments

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.

dcheng666666 avatar Sep 22 '21 14:09 dcheng666666

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

eddiewebb avatar Nov 09 '21 19:11 eddiewebb