I'm attempting to execute the same GitHub operations in a sequential order, so every build will have an action run, but it should function so that the previous action is finished before the next build begins.
Something like this but without the extra package import https://github.com/marketplace/actions/consecutive-workflow-action
https://github.com/fountainhead/action-wait-for-check
https://github.com/lewagon/wait-on-check-action
You can have a look at the GitHub Actions keyword needs and the workflow_run event. Also have a look at this question here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With