diff options
| author | Taras Madan <tarasmadan@google.com> | 2026-01-05 15:27:02 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2026-01-05 14:38:34 +0000 |
| commit | 2a500d9eb91dd3ed6b53ef93a6b81d92ec494c2d (patch) | |
| tree | 7bafae1bf2fbc58274ae155b80ad6f515d9c42ed | |
| parent | 4442b50b7c9ee834bd83f24579154b26b74feacc (diff) | |
dashboard/app: fix format in cron.yaml
It fixes the deployment error.
| -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 1a9400e65..6fa02f558 100644 --- a/dashboard/app/cron.yaml +++ b/dashboard/app/cron.yaml @@ -38,4 +38,4 @@ cron: schedule: 15 of month 00:00 # Weekly update the kernel-file -> subsystems relationship - url: /cron/update_coverdb_subsystems - schedule: every monday + schedule: every monday 00:00 |
