diff --git a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index 7a3c715b255e..13af927006ce 100644 --- a/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -65,6 +65,7 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe - **Job queue time** - Each job for self-hosted runners can be queued for a maximum of 24 hours. If a self-hosted runner does not start executing the job within this limit, the job is terminated and fails to complete. {% data reusables.github-actions.usage-api-requests %} - **Job matrix** - {% data reusables.github-actions.usage-matrix-limits %} +{% data reusables.github-actions.usage-workflow-queue-limits %} ### Workflow continuity for self-hosted runners diff --git a/content/actions/reference/usage-limits-billing-and-administration.md b/content/actions/reference/usage-limits-billing-and-administration.md index a9f0f28818d8..51bf96b9b4d2 100644 --- a/content/actions/reference/usage-limits-billing-and-administration.md +++ b/content/actions/reference/usage-limits-billing-and-administration.md @@ -47,6 +47,8 @@ There are some limits on {% data variables.product.prodname_actions %} usage whe | Team | 60 | 5 | | Enterprise | 180 | 50 | - **Job matrix** - {% data reusables.github-actions.usage-matrix-limits %} +{% data reusables.github-actions.usage-workflow-queue-limits %} + {% else %} Usage limits apply to self-hosted runners. For more information, see "[About self-hosted runners](/actions/hosting-your-own-runners/about-self-hosted-runners/#usage-limits)." {% endif %} diff --git a/data/reusables/github-actions/usage-workflow-queue-limits.md b/data/reusables/github-actions/usage-workflow-queue-limits.md new file mode 100644 index 000000000000..fead0ecd34dd --- /dev/null +++ b/data/reusables/github-actions/usage-workflow-queue-limits.md @@ -0,0 +1 @@ +- **Workflow run queue** - No more than 100 workflow runs can be queued in a 10 second interval per repository. If a workflow run reaches this limit, the workflow run is terminated and fails to complete. \ No newline at end of file