From 03271d48df15fc46e601c196af14bf06081538ab Mon Sep 17 00:00:00 2001
From: dmitriysafronov <dmitriysafronov@users.noreply.github.com>
Date: Tue, 12 Nov 2024 11:00:18 +0000
Subject: [PATCH] ci: update from template

Signed-off-by: dmitriysafronov <dmitriysafronov@users.noreply.github.com>
---
 .github/workflows/schedule_update-from-template.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/schedule_update-from-template.yaml b/.github/workflows/schedule_update-from-template.yaml
index 1a5c735..e7536a4 100644
--- a/.github/workflows/schedule_update-from-template.yaml
+++ b/.github/workflows/schedule_update-from-template.yaml
@@ -1,7 +1,7 @@
 name: Update from template
 "on":
   schedule:
-    - cron: "00 00 * * 0"
+    - cron: "00 00 * * *"
   workflow_dispatch:
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
-- 
GitLab