Replies: 3 comments 7 replies
-
|
💬 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. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
This came together with the outage yesterday, it has been reported in the initial thread for the outage as well (#196970), but not any responses from GitHub maintainers (surprise)... |
Beta Was this translation helpful? Give feedback.
-
|
Hi, This looks like an orphaned GitHub Actions queued run, especially since the run has no jobs and cannot be cancelled through the UI, CLI, or REST API. Since you have already tried cancelling, force-cancelling, disabling/re-enabling the workflow, and pushing a new commit, this likely needs GitHub Support or a GitHub staff member to clear the stuck run from the backend. I recommend opening a GitHub Support ticket and including the run ID, repository name, workflow name, API status, and the error messages you listed. Also mention that the issue started during the May 26 GitHub Actions incident and that new workflow runs are blocked. Hopefully GitHub staff can manually clear the queued run and unblock scheduling for your repository. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
ARC (Actions Runner Controller)
Discussion Details
Subject: GitHub Actions run stuck queued for 12+ hours and blocks new workflow runs
Repository: wallism/rolesage
Workflow: Deploy RoleSage
Workflow file: .github/workflows/deploy-rolesage.yml
Workflow id: 224349318
Run URL: https://github.com/wallism/rolesage/actions/runs/26447411328
Run number: 328
Run id / databaseId: 26447411328
Event: workflow_run
Branch: master
Head SHA: 9a2b0f77a1231f8762d60fc76f7dc1591a5e3081
Created: 2026-05-26T10:40:13Z
Last updated: 2026-05-26T10:45:08Z
Current API status: queued
Current API conclusion: null
Problem:
This Actions run has been stuck in queued state for more than 12 hours. It appears to be an orphaned rerun state. The UI cannot cancel it, and new workflow runs are not starting even after pushing a new commit and renaming the workflow run name.
Observed API/CLI evidence:
Attempted remediation:
Context:
This started during the May 26, 2026 GitHub Actions incident where GitHub Status reported authentication issues leading to failure in starting Actions runs. The incident is now marked resolved, but this repository still appears blocked by the stuck run.
Request:
Please clear/cancel/delete the orphaned queued workflow run and unblock Actions scheduling for this repository.
Beta Was this translation helpful? Give feedback.
All reactions