diff options
| -rw-r--r-- | dashboard/app/cron.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/cron.yaml b/dashboard/app/cron.yaml index a34d9af9e..039c67d48 100644 --- a/dashboard/app/cron.yaml +++ b/dashboard/app/cron.yaml @@ -21,7 +21,7 @@ cron: target: ah-builtin-python-bundle # Update quarter coverage numbers every week. - url: /cron/batch_coverage?quarters=true&steps=2 - schedule: every sunday + schedule: every sunday 00:00 # Update other coverage numbers every day. - url: /cron/batch_coverage?days=true&months=true&steps=10 schedule: every 24 hours |
