From d54b92462f074f9fd603a999844cb431c2037f3f Mon Sep 17 00:00:00 2001 From: Hofer-Julian Date: Mon, 5 Feb 2024 11:36:21 +0100 Subject: [PATCH] Start updating versions/lock-files on different dates --- .github/workflows/julia_auto_update.yml | 4 ++-- .github/workflows/pixi_auto_update.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/julia_auto_update.yml b/.github/workflows/julia_auto_update.yml index 3ffb81597..c55dcc8b2 100644 --- a/.github/workflows/julia_auto_update.yml +++ b/.github/workflows/julia_auto_update.yml @@ -2,8 +2,8 @@ name: Julia auto update on: schedule: - # At 03:00 on day 1 of the month - - cron: "0 3 1 * *" + # At 03:00 on day 2 of the month + - cron: "0 3 2 * *" # on demand workflow_dispatch: diff --git a/.github/workflows/pixi_auto_update.yml b/.github/workflows/pixi_auto_update.yml index 1276a5335..0b9096599 100644 --- a/.github/workflows/pixi_auto_update.yml +++ b/.github/workflows/pixi_auto_update.yml @@ -2,8 +2,8 @@ name: Pixi auto update on: schedule: - # At 03:00 on day 1 of the month - - cron: "0 3 1 * *" + # At 03:00 on day 3 of the month + - cron: "0 3 3 * *" # on demand workflow_dispatch: