From 12ab0da9c8ba44923e59a3cb8605a155001113f4 Mon Sep 17 00:00:00 2001 From: krcroft Date: Thu, 19 Dec 2019 09:54:19 -0800 Subject: [PATCH] Adjust time at which "Config heavy" runs An unfortunately pattern has emerged where Chocolately's repository servers have been offline or returning error-codes at roughly 5am GMT. This commit moves the start inside "office hours" for the majority of Chocolatey's user-base: - 9am in California & Vancouver - 11am in New York - 4pm in London - 5pm in Poland and Germany --- .github/workflows/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index c3138850..83191adb 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -1,7 +1,7 @@ name: Config heavy on: # push - schedule: [cron: '15 5 * * *'] + schedule: [cron: '0 16 * * *'] jobs: config_all: