Action job never ends
See original GitHub issueDescribe the bug Action workflow never ends
To Reproduce Steps to reproduce the behavior:
- The action is executed
- All workflow steps are complete
- Workflow is still in queue and not finished
Expected behavior A clear and concise description of what you expected to happen. All workflows have finished and the queue must be closed
Runner Version and Platform
Version of your runner?
OSX(Ventura 13.2 Apple M1, RAM 64GB)
What’s not working?
Please include error messages and screenshots.
Job Log Output
If applicable, include the relevant part of the job / step log output here. All sensitive information should already be masked out, but please double-check before pasting here.
Runner and Worker’s Diagnostic Logs
If applicable, add relevant diagnostic log information. Logs are located in the runner’s _diag folder. The runner logs are prefixed with Runner_ and the worker logs are prefixed with Worker_. Each job run correlates to a worker log. All sensitive information should already be masked out, but please double-check before pasting here.
Issue Analytics
- State:
- Created 8 months ago
- Reactions:1
- Comments:6

Top Related StackOverflow Question
I’m facing the same issue.
My actions in this repo consistently get stuck on
Post Checkoutstep, for anywhere from 20-40 mins, and eventually times out. All previous steps proceeded successfully.One such run is this: https://github.com/amodm/swift-rs/actions/runs/4054199193/jobs/6977785548
Repo: https://github.com/amodm/swift-rs Relevant workflow yaml: https://github.com/amodm/swift-rs/blob/master/.github/workflows/main.yaml Runner: macos-latest
After having run more debugging (with a modified fork of
actions/checkout), I realised that thePost Checkoutstep actually passes, but it’s theComplete jobstep of the runner that gets stuck: https://github.com/amodm/swift-rs/actions/runs/4061274934/jobs/6991136477@KeisukeKudo Thanks for your advice. I didn’t change anything, but today it all working fine. I guess the error was related with much github runners. Because I got issue with 3 different repos: docker + ruby, docker + swagger and swift tests.