Update daily cron job (#10212)
Pick a more random time of day to run the daily cron sync to avoid correlating with UTC 00:00. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
fe06f16c11
commit
4cc369ed1a
|
@ -180,10 +180,10 @@ workflows:
|
||||||
branches:
|
branches:
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
image: circleci/golang:1-node
|
image: circleci/golang:1-node
|
||||||
nightly:
|
daily:
|
||||||
triggers:
|
triggers:
|
||||||
- schedule:
|
- schedule:
|
||||||
cron: "0 0 * * *"
|
cron: "49 19 * * *"
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in New Issue