Skip to main content

Billing and usage

There are usage limits for GitHub Actions workflows. Usage charges apply to repositories that go beyond the amount of free minutes and storage for a repository.

About billing for GitHub Actions

GitHub Actions の使用は、パブリック リポジトリの標準の GitHub ホステッド ランナーとセルフホステッド ランナーの場合は無料です。 「ジョブのランナーを選択する」を参照してください。 プライベート リポジトリの場合、各 GitHub アカウントは、アカウントのプランに応じて、GitHub ホステッド ランナーで使用できる無料の分数とストレージのクォータを受け取ります。 含まれる量を超えて使うと、アカウントに課金されます。 For more information, see GitHub Actions の課金について.

Availability

GitHub Actions is available on all GitHub products, but GitHub Actions is not available for private repositories owned by accounts using legacy per-repository plans. 詳細については、「GitHub のプラン」を参照してください。

Usage limits and policy

There are several limits on GitHub Actions usage when using GitHub-hosted runners. See Actions に関する制限.

In addition to the usage limits, you must ensure that you use GitHub Actions within the GitHub Terms of Service. For more information on GitHub Actions-specific terms, see the GitHub Additional Product Terms.

GitHub Actions usage metrics

Organization owners and users with the "View organization Actions metrics" permission can view GitHub Actions usage metrics for their organization. These metrics can help you understand how and where your Actions minutes are being used. For more information, see Organization の GitHub Actions のメトリックの表示.

When you view usage metrics, it is important to remember that GitHub Actions 使用状況メトリックは、表示されるメトリクスに分の乗数を適用しません。 __ 使用状況メトリックは請求書を理解するのに役立ちますが、主な目的は、組織内で Actions minutes (分単位の利用時間) が何に使われているのかや、使われている場所を把握できるようにすることです。

分の乗数の詳細については、「GitHub Actions の課金について」を参照してください。

Billing for reusable workflows

If you reuse a workflow, billing is always associated with the caller workflow. Assignment of GitHub-hosted runners is always evaluated using only the caller's context. The caller cannot use GitHub-hosted runners from the called repository.

For more information see, Reuse workflows.

Next steps

You can manage your GitHub Actions usage and retention policies for your repository, organization, or enterprise account. For more information, see: