Is there any way to prevent the same workflow from running more than once at the same time?
For example, I have a workflow to deploy to our dev environment on any push to master. If multiple pull requests are merged one after the other, the workflow will run multiple times which could cause a race condition where the most recent commit isn’t the one that finally gets deployed.