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 작업 제한.
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 조직에 대한 GitHub Actions 메트릭 보기.
When you view usage metrics, it is important to remember that GitHub Actions 사용 현황 메트릭은 표시된 메트릭에 시간(분) 승수를 적용하지 않습니다. 청구서를 이해하는 데 도움이 될 수 있지만, 주요 목적은 조직에서 작업 시간이 어떻게 그리고 어디에서 사용되고 있는지 이해하는 데 있습니다.
시간(분) 승수에 대한 자세한 내용은 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: