Hi guys,
One of our project workflow takes a long time to run (5 hours - one worker), i’ve fan out the steps which reduces the time it takes to run the job. But i also want to prevent it from using up all the available resources while putting other jobs on hold.
Is it possible to set a maximum number of concurrent builds on a workflow, so some resources are free up for other jobs to run.