diff --git a/data/reusables/github-actions/usage-workflow-queue-limits.md b/data/reusables/github-actions/usage-workflow-queue-limits.md index c1c1d77e8f..17445af2fd 100644 --- a/data/reusables/github-actions/usage-workflow-queue-limits.md +++ b/data/reusables/github-actions/usage-workflow-queue-limits.md @@ -1 +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. +- **Workflow run queue** - No more than 500 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.