1
0
mirror of synced 2026-02-01 03:01:50 -05:00

Merge branch 'main' into iiqrah-6285

This commit is contained in:
Janice
2021-05-14 10:16:18 -07:00
committed by GitHub
3 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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 %}

View File

@@ -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.