Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Ask HN: Is GitHub Actions struggling again?

A user reports that GitHub Actions jobs are not being scheduled, with all tasks stuck in "Waiting for status to be reported," despite no apparent billing issue and the status page showing all systems as operational.

Background

- GitHub Actions is GitHub's built-in CI/CD (continuous integration/continuous deployment) service, which automatically runs tasks like testing, building, and deploying code when developers push changes to a repository. It is widely used by open-source and commercial projects. - "Expected — Waiting for status to be reported" means the system has acknowledged a job should run but hasn't assigned it to a runner (a virtual machine that executes the work). This usually indicates backend queuing or capacity issues. - GitHub Actions has had several high-profile outages in recent years (e.g., summer 2024 and early 2025) where jobs were silently queued or delayed for hours. Users are sensitive to such failures because they block software releases and automated workflows. - The status page showing "all green" while users experience failures is a recurring frustration; GitHub's status page historically lags behind real incidents, and its checks are often too coarse to detect partial or regional disruptions.

Related stories