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:
parent
15c694af21
commit
12ab0da9c8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/config.yml
vendored
2
.github/workflows/config.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Config heavy
|
||||
on:
|
||||
# push
|
||||
schedule: [cron: '15 5 * * *']
|
||||
schedule: [cron: '0 16 * * *']
|
||||
|
||||
jobs:
|
||||
config_all:
|
||||
|
|
Loading…
Add table
Reference in a new issue