1
0
mirror of synced 2026-01-06 06:02:35 -05:00
Files
docs/content/actions/reference/usage-limits-billing-and-administration.md
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00

3.0 KiB

title, intro, product, redirect_from, versions
title intro product redirect_from versions
Usage limits, billing, and administration There are usage limits for {% data variables.product.prodname_actions %} workflows. Usage charges apply to repositories that go beyond the amount of free minutes and storage for a repository. {% data reusables.gated-features.actions %}
/actions/getting-started-with-github-actions/usage-and-billing-information-for-github-actions
free-pro-team
*

{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-github-hosted-runners %}

About billing for {% data variables.product.prodname_actions %}

{% data reusables.github-actions.actions-billing %} For more information, see "About billing for {% data variables.product.prodname_actions %}."

Usage limits

There are some limits on {% data variables.product.prodname_actions %} usage when using {% data variables.product.prodname_dotcom %}-hosted runners. These limits are subject to change.

{% note %}

Note: For self-hosted runners, different usage limits apply. For more information, see "About self-hosted runners."

{% endnote %}

  • Job execution time - Each job in a workflow can run for up to 6 hours of execution time. If a job reaches this limit, the job is terminated and fails to complete. {% data reusables.github-actions.usage-workflow-run-time %} {% data reusables.github-actions.usage-api-requests %}
  • Concurrent jobs - The number of concurrent jobs you can run in your account depends on your GitHub plan, as indicated in the following table. If exceeded, any additional jobs are queued.
    GitHub plan Total concurrent jobs Maximum concurrent macOS jobs
    Free 20 5
    Pro 40 5
    Team 60 5
    Enterprise 180 50
  • Job matrix - {% data reusables.github-actions.usage-matrix-limits %}

Usage policy

In addition to the usage limits, you must ensure that you use {% data variables.product.prodname_actions %} within the GitHub Terms of Service. For more information on {% data variables.product.prodname_actions %}-specific terms, see the GitHub Additional Product Terms.

Disabling or limiting {% data variables.product.prodname_actions %} for your repository or organization

{% data reusables.github-actions.disabling-github-actions %}

For more information, see "Disabling or limiting {% data variables.product.prodname_actions %} for a repository" or "Disabling or limiting {% data variables.product.prodname_actions %} for your organization."