Merge branch 'main' into iiqrah-6285
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user