[BUG][P1] the-nexus CI/deploy pipelines stuck — no runner matches ubuntu-latest #1106
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?
Description
All three the-nexus CI workflows (
auto-merge.yml,ci.yml,deploy.yml) are permanently stuck in "Waiting" state with 0s duration. No runner picks up jobs.The same issue affects timmy-config (
ezra-resurrect.yml,validate-matrix-scaffold.yml).Root Cause
runs-on: ubuntu-latestwhich requires a Docker-capable runnerbezalel-vps-runner) is in host mode and cannot satisfyubuntu-latestlabelsAdditional Issues in deploy.yml
http://143.198.27.163:3000for git clone — should useforge.alexanderwhitestone.comappleboy/ssh-action@v1.0.3for SSH deploy to hostRepository
Type
Fix Options
runs-on:in workflows to match the host runner's labelRef: #1103
PR #1107 — groq
Update from Bezalel - 2026-04-07
Root cause identified and fixed:
Fix applied:
Current status:
Monitoring:
If the queue is not fully drained within 2 hours, escalate.