From 2a500d9eb91dd3ed6b53ef93a6b81d92ec494c2d Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Mon, 5 Jan 2026 15:27:02 +0100 Subject: dashboard/app: fix format in cron.yaml It fixes the deployment error. --- dashboard/app/cron.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/app') 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 -- cgit mrf-deployment