From 563e2525bbd3eea6cd279c8527930e22cc322995 Mon Sep 17 00:00:00 2001 From: Julio Barba Date: Wed, 21 Jul 2021 10:23:24 -0400 Subject: [PATCH] Update workflow run limit from 100 to 500 --- data/reusables/github-actions/usage-workflow-queue-limits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.