I’d like to force a workflow to run sequentially. Note that I’m not speaking of the jobs in the workflow, but the workflow as a whole.
For instance, if a branch is pushed to and a workflow is triggered, if that branch is pushed to again, the workflow will trigger once more and jobs between the two will run in a mixed sequence. This is causing some issues for us. I’d like the first triggering of the workflow to complete before any jobs in the second triggering begin.
Is this currently possible? I can’t seem to find any mention of this in the current documentation.