2

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!

  • This question is not about JavaScript per se. Please only use the `javascript` tag if you have a question about JavaScript code itself. – Michael M. Sep 11 '22 at 01:19

1 Answers1

0

Try out this publicly accessible "wait for workflows" action from Chainlink that waits either for all workflows or only for the specified ones, and then run your job.