Need some clarification around concurrency

It looks like multiple workflows are executed in parallel, and there doesn’t appear to be an option to force workflows to execute in serial, as is often necessary for deployments.

I ran across this post from a few years ago that introduces a script to do this, but it looks like it’ll block any running containers – hardly ideal!