mirror of
https://github.com/prometheus/prometheus
synced 2025-03-11 07:59:57 +00: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 New Issue
Block a user