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