GitHub Actions and Pages are experiencing degraded availability
- Infrastructure
- Developer Tools
- Open Source
- AI
GitHub posted an incident for degraded availability affecting GitHub Actions and Pages. In practice, people reported jobs stuck in queue, PR checks not starting, release assets failing, and Pages publishes backing up for hours. The sharpest complaint was that self-hosted runners were still crippled because the failure was in GitHub’s scheduling and control plane, not just in GitHub-hosted compute. That turned what should have been a cloud outage into a workflow outage for teams that thought they had already reduced dependency.
If GitHub Actions sits in your deploy or hotfix path, treat that as an operational risk now, not a theoretical one. The practical move is to separate your build and release logic from GitHub-specific orchestration so you can run it elsewhere or locally when GitHub’s control plane fails.
-
githubstatus.com
- Discuss on HN