diff --git a/.github/workflows/schedule_update-from-template.yaml b/.github/workflows/schedule_update-from-template.yaml
index 1a5c735cd7afb64daf57da4ae04cc5786eae9fdf..e7536a4ad42df3423d562d0ed492c61549a65683 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 }}