Wait for all other actions on a PR to complete before continuing

Viewed 22

I essentially want all other workflows to complete before continuing and action. I'm running the workflow which requires all others to be done on a PR, and I'm using it for a dependabot automerge workflow.

I've tried Wait for Check but it only works consistently on singular workflows.

Thanks!

0 Answers
Related