Skip to main content

Monitoring your current jobs

Monitor how GitHub-hosted runners are processing jobs in your organization or enterprise, and identify any related constraints.

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.

  1. ランナーの設定に移動します。
    • 組織またはリポジトリで: メイン ページに移動し、 [設定] をクリックします。
    • Enterprise アカウントを使用している場合: GitHub.com の右上隅にあるプロファイル写真をクリックして、 [Your enterprises](お使いの Enterprise) をクリックし、Enterprise をクリックして、Enterprise アカウントに移動します。
  2. GitHub Actions設定にアクセスしてください:
    • 組織またはリポジトリで: 左側のサイドバーにある [アクション] をクリックし、 [ランナー] をクリックします。
    • Enterprise アカウントを使用している場合: 左側のサイドバーで [ ポリシー][アクション] の順にクリックし、 [ランナー] タブをクリックします。
  3. [ランナー] テーブルで、GitHub ホステッド ランナーのエントリをクリックします。 このエントリは、GitHub ホステッド ランナーを使用している場合にのみ表示されます。
  4. 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.

  1. ランナーの設定に移動します。
    • 組織またはリポジトリで: メイン ページに移動し、 [設定] をクリックします。
    • Enterprise アカウントを使用している場合: GitHub.com の右上隅にあるプロファイル写真をクリックして、 [Your enterprises](お使いの Enterprise) をクリックし、Enterprise をクリックして、Enterprise アカウントに移動します。
  2. GitHub Actions設定にアクセスしてください:
    • 組織またはリポジトリで: 左側のサイドバーにある [アクション] をクリックし、 [ランナー] をクリックします。
    • Enterprise アカウントを使用している場合: 左側のサイドバーで [ ポリシー][アクション] の順にクリックし、 [ランナー] タブをクリックします。
  3. [ランナー] テーブルで、GitHub ホステッド ランナーのエントリをクリックします。 このエントリは、GitHub ホステッド ランナーを使用している場合にのみ表示されます。
  4. Review the "All jobs usage" section, which lists the number of active jobs and the maximum number of jobs you can run.