From bfccbe760157786e571e4fa669e6c9a5d8b4b5c7 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..13df301 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 14 1-25 12 *' + - cron: '30 17 1-25 12 *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: