GitHub Actions Workflow Runs Stuck as "Queued" but Uncancellable – CLI/API Say "Completed" #159946
Replies: 24 comments
-
| We're expericing the same situation all jobs in all repos are queued and stuck | 
Beta Was this translation helpful? Give feedback.
-
| Same here. Nothing is working related to github actions in our organization. We need this to be fixed ASAP. | 
Beta Was this translation helpful? Give feedback.
-
| Same here, sometimes some jobs can start after several minutes of wait. | 
Beta Was this translation helpful? Give feedback.
-
| By the way, Actions are working in an account private repository https://www.githubstatus.com - all green   | 
Beta Was this translation helpful? Give feedback.
-
| Same here, 
 | 
Beta Was this translation helpful? Give feedback.
-
| Same here for our organization: 
 | 
Beta Was this translation helpful? Give feedback.
-
| same here | 
Beta Was this translation helpful? Give feedback.
-
| same here | 
Beta Was this translation helpful? Give feedback.
-
| Same here | 
Beta Was this translation helpful? Give feedback.
-
| same here | 
Beta Was this translation helpful? Give feedback.
-
| Can we really trust the status page? 😂 | 
Beta Was this translation helpful? Give feedback.
-
| same here | 
Beta Was this translation helpful? Give feedback.
-
| facing the same right now | 
Beta Was this translation helpful? Give feedback.
-
| Same here for private org repos | 
Beta Was this translation helpful? Give feedback.
-
|   | 
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
| Same here | 
Beta Was this translation helpful? Give feedback.
-
| Same here. Still Queued from last half an hour | 
Beta Was this translation helpful? Give feedback.
-
| Same here | 
Beta Was this translation helpful? Give feedback.
-
| Started working for me. All my jobs were skipped/failed, and I had to rerun. | 
Beta Was this translation helpful? Give feedback.
-
| same here. | 
Beta Was this translation helpful? Give feedback.
-
| Same here https://github.com/orgs/community/discussions/160288 | 
Beta Was this translation helpful? Give feedback.
-
| Today was an incident again, but it was already solved - https://www.githubstatus.com/incidents/d0nm3xcdc5jw | 
Beta Was this translation helpful? Give feedback.
-
| 🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as  2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the  Thank you for helping bring this Discussion to a resolution! 💬 | 
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Subject: GitHub Actions Workflow Runs Stuck as "Queued" but Uncancellable – CLI/API Say "Completed"
Details:
Repository: SeanAtsatt/sacredSoulBodywork
Workflow Name: pages-build-deployment
Branch: main
Stuck Run IDs and Status (retrieved with gh run list --json databaseId,status,headBranch,workflowName):
15149126059 (status: queued)
15148754537 (status: queued)
15147499205 (status: queued)
Problem:
These workflow runs have been stuck in the “queued” state for over 28 hours. They appear as “queued” in the web UI, but when I attempt to cancel them via the CLI, I receive “Cannot cancel a workflow run that is completed.”
What I’ve tried:
Canceling via CLI (gh run cancel ) – always returns “Cannot cancel a workflow run that is completed.”
Checking API/CLI status (shows “queued” in list, “completed” error on cancel).
I do not have access to paid GitHub Support as a free user.
Impact:
I cannot clear these runs, and I’m concerned this may block future deployments or actions.
runList.txt
Request:
Is there any way to force-cancel or clear these stuck runs, or can GitHub staff resolve this backend UI mismatch for my repository?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions