From 49d17be6fb4dd7dcb618ad3a379f769c955b74d9 Mon Sep 17 00:00:00 2001 From: Thomas Carmet Date: Wed, 26 Jul 2023 08:30:12 -0700 Subject: [PATCH] Update docs/development/configuration.md --- docs/development/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/configuration.md b/docs/development/configuration.md index 54dfdb32..32c53d51 100644 --- a/docs/development/configuration.md +++ b/docs/development/configuration.md @@ -46,7 +46,7 @@ The following information will be configured for each runner group: ``` - The name of the workflow that will be used to run the jobs. (Optional) - The maximum number of runners that can run simultaneously. (Default: 20) -- The minimum number of runners that must be available. (To be reviewed) (Default: 0) +- The minimum number of runners that must be available. (Default: 0) - The runner labels that will be attached to the runners of the group. (Required) - The runner backend that will be used to host the runners of the group. (Required) - The runner's instance specifications (CPU, RAM, disk, etc). (Required)