Skip to content

ops: Actions stopped registering PR-triggered runs 2026-08-06 ~11:38 UTC — scheduled jobs hang into their timeouts, no required context can report #1899

Description

@macanderson

Problem

GitHub Actions has stopped picking up PR-triggered workflow runs for this repository. Observed 2026-08-06 ~18:20 UTC:

  • The newest ci.yml run of any kind is 31098058151 (pull_request, 11:38 UTC). No PR-triggered run has registered since, on any workflow.
  • PR ci: make the required contexts always report — path filters move from the trigger into the jobs (#1892) #1897 (pushed ~18:05 UTC) has zero GitHub Actions check-runs on its head SHA after 15+ minutes — only the external apps (Vercel, Sourcery) reported. gh run list --branch fix/1892-required-contexts-always-report returns nothing.
  • Scheduled runs are hanging into their timeout-minutes instead of executing: automerge-nudge 31117785417 (15:53 UTC) and 31124388802 (17:52 UTC), and release-reconcile 31124722611 (17:59 UTC) each ran ~15m and ended failure with the single job cancelled and no failed step — the signature of a job that never really got a healthy runner, not of a code failure. The same workflows succeeded in seconds earlier the same day (13:22, 15:26 UTC).

Impact

How to verify / what "done" looks like

  1. gh run list --repo macanderson/stella --limit 5 shows fresh pull_request runs again (push any branch or re-run a PR head to test).
  2. gh pr checks 1897 shows the is this diff prose-only? / fmt + clippy + test / cargo deny + cargo audit contexts.
  3. Scheduled automerge-nudge / release-reconcile complete in seconds again.

Likely cause / constraints

An org-level Actions availability problem (runner starvation or a billing hold — the latter has happened to this org before; see RELEASING.md's local-release path, which AGENTS.md names as the fallback when Actions is unavailable entirely). Needs an org admin to check Settings → Billing and the Actions status; nothing in-repo can fix it. If it self-resolves, close this with the timestamp it recovered so the gap in run history is explained.

Refs #1897 #1892 #1645

Metadata

Metadata

Assignees

No one assigned

    Labels

    P0Drop everything — broken or embarrassing for usersarea:ciGitHub Actions, release pipeline, packagingbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions