From 4604d11107994a1d3baac644272958a50113e29d Mon Sep 17 00:00:00 2001 From: Simon Diesenreiter Date: Wed, 4 Dec 2024 11:23:00 +0100 Subject: [PATCH] ci: update cron schedules for update pipeline, ref: NOISSUE --- .gitea/workflows/update_level_inputs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/update_level_inputs.yml b/.gitea/workflows/update_level_inputs.yml index 914cc1b..794a1cc 100644 --- a/.gitea/workflows/update_level_inputs.yml +++ b/.gitea/workflows/update_level_inputs.yml @@ -7,8 +7,8 @@ env: on: schedule: - - cron: '15 9 1-25 12 *' - - cron: '10 10 1-25 12 *' + - cron: '15 0 1-25 12 *' + - cron: '42 3 1-25 12 *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: