1
0
Fork 0

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
This commit is contained in:
krcroft 2019-12-19 09:54:19 -08:00 committed by Patryk Obara
parent 15c694af21
commit 12ab0da9c8

View file

@ -1,7 +1,7 @@
name: Config heavy
on:
# push
schedule: [cron: '15 5 * * *']
schedule: [cron: '0 16 * * *']
jobs:
config_all: