Show list of currently running workflows under an account/organization #50156
-
Select Topic AreaQuestion BodyDue to the account-level limits on the number of concurrent jobs for GitHub hosted runners, it would be useful to have an account-level overview of currently running jobs (or workflows) to understand real-time usage towards those limits. I'm aware there are ways to show a list of currently running workflows on a specific repository (e.g. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
|
Currently, GitHub does not provide an account-level overview of currently running jobs or workflows. However, there are a few workarounds that you could use to get this information:
While these workarounds may not provide a complete account-level overview of your running workflows, they can help you get a better understanding of your current usage towards account-level limits. |
Beta Was this translation helpful? Give feedback.
-
|
We recently had a repository accidentally create 2000 jobs which exhausted our enterprise concurrency limit (500) and prevented actions from working across 10+ orgs. It took five hours to figure out the root cause and find the offending repo (support got back to us with the offender at the same time we discovered it ourselves going one-by-one).
|
Beta Was this translation helpful? Give feedback.
-
|
I stumbled across @chriskinsman's GitHub Action Dashboard which looks promising, but requires some permissions setup and running via Docker so I haven't tried it yet. For unofficial solutions, a tool like this is probably as good as it gets. |
Beta Was this translation helpful? Give feedback.
-
|
This is now available in organization settings > Runners > GitHub-hosted runners. URL looks like |
Beta Was this translation helpful? Give feedback.
-
|
If you don't have admin permissions over the org and just looking to find the actual actions code across repos, an org-wide search on Github does the trick: |
Beta Was this translation helpful? Give feedback.

This is now available in organization settings > Runners > GitHub-hosted runners. URL looks like
https://github.com/organizations/<name>/settings/actions/hosted-runners. Screenshot: