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: