Viewing active jobs in your organization or enterprise
You can get a list of all jobs currently running on GitHub-hosted runners in your organization or enterprise.
- 导航到运行器设置:
- 在组织或存储库中:导航到主页,然后单击 “设置” 。
- 如果使用企业帐户:单击 GitHub.com 右上角的个人资料照片,然后单击“你的企业”,再单击企业,导航到企业账户 。
- 导航到 GitHub Actions 设置:
- 在组织或存储库中:单击左侧边栏中的“操作”,然后单击“运行器” 。
- 如果使用企业帐户:在左侧边栏中,单击“ 策略”,然后单击“操作”,再单击“运行器”选项卡 。
- 在“运行器”表中,单击“GitHub 托管的运行器”的条目。 仅当使用 GitHub 托管的运行器时,才会显示此条目。
- Review the "Active jobs" section, which contains a list of all jobs currently running on GitHub-hosted runners.
Viewing queued jobs in your organization or enterprise
GitHub-hosted runners allow you to run jobs concurrently, and the maximum number of concurrent jobs will vary depending on your plan. If you reach the maximum number of concurrent jobs, any new jobs will start to enter a queue. To find out more about the number of concurrent jobs available to your plan, see "使用限制、计费和管理."
The following procedure demonstrates how to check the maximum number of concurrent jobs you can run.
- 导航到运行器设置:
- 在组织或存储库中:导航到主页,然后单击 “设置” 。
- 如果使用企业帐户:单击 GitHub.com 右上角的个人资料照片,然后单击“你的企业”,再单击企业,导航到企业账户 。
- 导航到 GitHub Actions 设置:
- 在组织或存储库中:单击左侧边栏中的“操作”,然后单击“运行器” 。
- 如果使用企业帐户:在左侧边栏中,单击“ 策略”,然后单击“操作”,再单击“运行器”选项卡 。
- 在“运行器”表中,单击“GitHub 托管的运行器”的条目。 仅当使用 GitHub 托管的运行器时,才会显示此条目。
- Review the "All jobs usage" section, which lists the number of active jobs and the maximum number of jobs you can run.