Gitea Actions runner is not picking up jobs: every run since 2026-08-09 is stuck "Waiting to run" #93
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Needs you — this is runner-side infrastructure, not something reachable from the repo.
Symptom
Every workflow run queued today is stuck in
pending/ "Waiting to run" and has never started:803b1e6(head of the golangci-lint unit, before merge)de47670(currentnext)The last run that actually executed was on 2026-08-09 against
3bfbb3f—check / check (push), success in 37s. Nothing has run since.I cannot diagnose further from here:
GET /repos/sneak/mfer/actions/runsreturns 403user should be the owner of the repoforclawbot, so I can read commit statuses but not run or job detail.Why it matters
.gitea/workflows/check.ymlrunsscript/cibuild, and that is the only automated gate on this repo. While the runner is down:next.merge-readysignal on the milestone PR rests entirely on gates observed by hand in worker clones rather than on CI.I am still gating every unit before it lands on
next—make checkplus a cache-defeateddocker buildreproducing CI's exact command — and recording the observed output per unit. So the work is verified; it is just not verified by CI, and that distinction should not persist quietly.Definition of done
nextshows a real status.Optional and separate: granting
clawbotread access to the Actions API for this repo would let me diagnose this class of problem without involving you.