GitHub Actions / Pages workflows stuck in Queued state and cannot be cancelled #196717
-
🏷️ Discussion TypeBug 💬 Feature/Topic AreaARC (Actions Runner Controller) Discussion DetailsRepository: Problem: Affected runs:
Error: Expected result: Request: |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 6 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 looks more like a stuck Actions / Pages queue issue than something that can be fixed only from the workflow YAML. A few things I would try before escalating it:
Sometimes the UI shows “Failed to cancel workflow”, but the API gives a clearer response. You can try normal cancellation first: gh api \
-X POST \
repos/CandyCheng-git/Candycheng-git.github.io/actions/runs/RUN_ID/cancelIf the run is really stuck, try force-cancel: gh api \
-X POST \
repos/CandyCheng-git/Candycheng-git.github.io/actions/runs/RUN_ID/force-cancelReplace
If the workflow uses GitHub-hosted runners, it may be a temporary GitHub-side queue problem. For ARC/self-hosted runners, I would check:
If the workflow has a concurrency:
group: ...
cancel-in-progress: ...If multiple Pages deployments share the same concurrency group, one stuck/pending run may block later deployments.
If the repository keeps creating new queued runs, temporarily disable the workflow from: Then try cancelling or force-cancelling the existing runs.
If normal cancel and force-cancel both fail, and the runs stay queued for a long time, this probably needs GitHub staff intervention. Community members cannot clear GitHub’s backend deployment queue for a repository. In that case, I would open a GitHub Support ticket and include:
For a GitHub Pages deployment queue specifically, I would also check the Pages settings and make sure the configured source/build workflow is still valid and not repeatedly triggering conflicting deployments. So the short version is:
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks for checking and sharing the result. Since Disabling the workflow temporarily sounds like the right next step to prevent new queued runs from being added while Support investigates. For the Support ticket, I would include exactly what you listed, plus:
If this troubleshooting path helped confirm the root cause and gives others a useful workaround/escalation path, feel free to mark the answer so future users can find it quickly. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks again for the detailed follow-up. I’m glad the troubleshooting steps helped confirm that this is likely a GitHub backend-side issue. Small request: if my original answer was the one that helped identify the escalation path, could you please mark that answer instead? That would make the troubleshooting steps easier for future users to find directly. Of course, no problem either way — I just wanted to keep the accepted answer pointing to the main diagnostic path that helped resolve the discussion. |
Beta Was this translation helpful? Give feedback.
-
|
I'm having this same issue. Last successful run was 2 hours ago. |
Beta Was this translation helpful? Give feedback.
-
|
https://support.github.com/ticket/personal/0/4410403 Hi all, I got the reply!! |
Beta Was this translation helpful? Give feedback.
-
|
I'm having the same issue since yesterday in https://github.com/manticoresoftware/manticoresearch/actions/runs/26410422028 |
Beta Was this translation helpful? Give feedback.
https://support.github.com/ticket/personal/0/4410403
Hi all, I got the reply!!
Screenshot_20260528_083629_Chrome.jpg