GitHub Actions workflow stuck in queue after outage — cannot be cancelled even via API #204318
Unanswered
noeHernandez94
asked this question in
Actions
Replies: 1 comment
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
ARC (Actions Runner Controller)
Discussion Details
Hi GitHub Community,
I’m experiencing an issue with GitHub Actions that started during the recent GitHub Actions outage.
One workflow run in a private repository appears to have become stuck in an inconsistent/corrupted state. The workflow has been stuck in the queued state and is blocking other workflow runs from executing.
The main issue is that I cannot cancel the affected workflow.
When I try to cancel it from the GitHub Actions UI, GitHub returns:
Failed to cancel workflow.
I have also tried cancelling the workflow using the GitHub REST API, but the API cancellation request does not resolve the issue either.
As a result, the workflow remains stuck in the queue and continues to block other Actions runs in the repository.
What I have tried
Cancelling the workflow from the GitHub Actions UI — fails with Failed to cancel workflow
Cancelling the workflow using the GitHub REST API — does not work
Waiting for the workflow to finish — it remains stuck in the queued state
This appears to have started around the time of the GitHub Actions outage, so I suspect the workflow run may have been left in an inconsistent state on GitHub's side.
Since the repository is private, I cannot provide a publicly accessible workflow link, but I can provide the repository name, workflow run ID, timestamps, API responses, or any other information needed privately.
Request
Could someone from GitHub Support or the Actions team help manually clear/cancel this stuck workflow run or reset whatever state is preventing new workflow runs from executing?
At this point, it seems that the run cannot be cancelled through either the GitHub UI or the API.
Thank you for any help or guidance.
All reactions