Runner usage at a glance
Until now, debugging why a GitHub Actions job wasn’t starting required digging through logs and guessing at capacity. The new management experience for GitHub-hosted runners brings the visibility you need directly into the UI.
The dashboard surfaces the key information for your organization at a single glance:
- Your current concurrency limits
- Real-time usage per runner type
- Labels available for workflow assignments
- All currently active jobs
With this view, you can finally pinpoint whether a stalled job is due to hitting your concurrency ceiling or simply waiting behind earlier queued work. The job list also acts as a control panel, letting you cancel any running job that’s starving your critical workflows of runner time.
What you can do now
Spot the bottleneck, then clear it. From the same interface that shows you the active jobs, you can terminate a blocker directly and get your pipeline moving again—no need to switch between tabs or run API calls.



