Skip to content

Commit

Permalink
Add documentation for increased enterprise concurrency for Actions Wi…
Browse files Browse the repository at this point in the history
…ndows/Linux runners (github#35142)
  • Loading branch information
jc-clark authored Mar 10, 2023
1 parent f07c527 commit 1018ee0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe
| Free | 20 | 5 |
| Pro | 40 | 5 |
| Team | 60 | 5 |
| Enterprise | 180 | 50 |
| Enterprise | 500 | 50 |

**{% data variables.product.prodname_dotcom %}-hosted {% data variables.actions.hosted_runner %}s**

Expand All @@ -70,7 +70,7 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe
**Note:** If required, customers on enterprise plans can request a higher limit for concurrent jobs. For more information, contact {% data variables.contact.contact_ent_support %} or your sales representative.

{% endnote %}

- **Job matrix** - {% data reusables.actions.usage-matrix-limits %}
{% data reusables.actions.usage-workflow-queue-limits %}

Expand All @@ -89,7 +89,7 @@ In addition to the usage limits, you must ensure that you use {% data variables.

{% data reusables.actions.reusable-workflows-enterprise-beta %}

If you reuse a workflow, billing is always associated with the caller workflow. Assignment of {% data variables.product.prodname_dotcom %}-hosted runners is always evaluated using only the caller's context. The caller cannot use {% data variables.product.prodname_dotcom %}-hosted runners from the called repository.
If you reuse a workflow, billing is always associated with the caller workflow. Assignment of {% data variables.product.prodname_dotcom %}-hosted runners is always evaluated using only the caller's context. The caller cannot use {% data variables.product.prodname_dotcom %}-hosted runners from the called repository.

For more information see, "[AUTOTITLE](/actions/using-workflows/reusing-workflows)."
{% endif %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ The following procedure demonstrates how to check the maximum number of concurre

{% data reusables.actions.github-hosted-runners-navigate-to-repo-org-enterprise %}
{% data reusables.actions.github-hosted-runners-table-entry %}
1. Review the "All jobs usage" section, which lists the number of active jobs and the maximum number of jobs you can run. In this example, `9` jobs are currently running out of a maximum of `180`.
![Screenshot of the maximum jobs for an account](/assets/images/help/settings/github-hosted-runners-max-jobs.png)
1. Review the "All jobs usage" section, which lists the number of active jobs and the maximum number of jobs you can run.

0 comments on commit 1018ee0

Please sign in to comment.