Avoid concurrent workflows on main branch

Hi @mtandrup,

You mention “paused workflows”. Does this mean you’re using approval jobs?

If so, you could use the same logic as that used in this workaround, but only match workflows in an on_hold state.

Let me know if this helps.