Stale Actions run has no jobs; cancel and force-cancel409, delete403 after two weeks #207158
Unanswered
bearwork25
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
Other
Discussion Details
An Actions run in a private repository has reported queued since19August2026. Its run and check suite timestamps have not changed. Authenticated API reads show zero jobs, zero check runs and zero artifacts.
Both normal cancellation and force cancellation return HTTP409: "Cannot cancel a workflow run that has not been queued yet." Website cancellation also fails. Deleting the run returns HTTP403: "Could not delete the workflow run", despite administrator access and the record being older than two weeks.
Metadata is preserved. We need a supported way to cancel or remove only this stale record without rerunning it, modifying other runs or enabling paid usage. We also need confirmation whether the orphaned record can still schedule a runner. Current jobs=0 is not being treated as that guarantee.
The account uses GitHub Free. Support Copilot received the details but could not resolve or route this backend state to a private human ticket. The available repository deletion form concerns deleting an entire repository and is not applicable.
Can GitHub staff provide a private channel to investigate this Actions record? Exact repository/run URLs and sanitized API responses can be supplied privately. Please do not suggest deleting the repository, rerunning the workflow or changing billing as a workaround.
All reactions