mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 06:17:27 -08:00
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:
|
||||
ignore: /.*/
|
||||
image: circleci/golang:1-node
|
||||
nightly:
|
||||
daily:
|
||||
triggers:
|
||||
- schedule:
|
||||
cron: "0 0 * * *"
|
||||
cron: "49 19 * * *"
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Reference in a new issue