From 548acdf05c65e0f58a70f7fc878d655dfd2fd74a Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Fri, 3 Mar 2023 23:18:07 +0900 Subject: [PATCH] Correct and simplify a sentence in the scheduled overrides doc (#2323) --- docs/automatically-scaling-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/automatically-scaling-runners.md b/docs/automatically-scaling-runners.md index fc860063..05c0214f 100644 --- a/docs/automatically-scaling-runners.md +++ b/docs/automatically-scaling-runners.md @@ -491,7 +491,7 @@ In case you have a more complex scenario, try writing two or more entries under The earlier entry is prioritized higher than later entries. So you usually define one-time overrides at the top of your list, then yearly, monthly, weekly, and lastly daily overrides. -A common use case for this may be to have 1 override to scale to 0 during the week outside of core business hours and another override to scale to 0 during all hours of the weekend. +A common use case for this may be to have 1 override to scale to 0 during non-working hours and another override to scale to 0 on weekends. ## Configuring automatic termination