ci: fix notify-chart-dev — container runner (job has never run since the split) #1

Merged
varadmin merged 1 commit from ci/container-runner into main 2026-07-11 11:58:09 +00:00
Owner

notify-chart-dev has runs-on: host, which runner-pub never offers (container-only by design, infra runbook 35 §8) — every run since 2026-07-09 queued forever and was cancelled (run 24 still waiting; the beta chart bump for v0.0.28-beta never fired).

This mirrors the pattern already proven in this repo: verify-release.yml’s notify-chart-prod job — ubuntu-latest + token-clone with full history/tags instead of actions/checkout, then the same notify-chart-bump.sh with beta.

After merging: cancel stuck run 24, then re-fire via workflow_dispatch (or the next embedded/ cut) to deliver the pending v0.0.28-beta bump.

🤖 Generated with Claude Code

`notify-chart-dev` has `runs-on: host`, which runner-pub never offers (container-only by design, infra runbook 35 §8) — every run since 2026-07-09 queued forever and was cancelled (run 24 still waiting; the beta chart bump for v0.0.28-beta never fired). This mirrors the pattern already proven in this repo: `verify-release.yml`’s `notify-chart-prod` job — `ubuntu-latest` + token-clone with full history/tags instead of `actions/checkout`, then the same `notify-chart-bump.sh` with `beta`. After merging: cancel stuck run 24, then re-fire via workflow_dispatch (or the next embedded/ cut) to deliver the pending v0.0.28-beta bump. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
The public runner offers no host label (infra runbook 35 §8) — every
notify-chart-dev run since the split queued forever (runs 8-24, all
cancelled/waiting; the job has never executed). Same fix as
notify-chart-prod in verify-release.yml: ubuntu-latest + token-clone
(full history + tags; actions/checkout is flaky under act_runner).
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
varasys/zddc!1
No description provided.