From e2f6f43aa8681439d62eb1ceed22d01288baec95 Mon Sep 17 00:00:00 2001 From: geisserml Date: Sun, 8 Oct 2023 18:06:21 +0200 Subject: [PATCH] Temporarily pause autorelease Wait until the version branch is finished. It contains some important follow-ups to the initial separate modules change. --- .github/workflows/trigger_release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trigger_release.yaml b/.github/workflows/trigger_release.yaml index 390e566c9..645669b05 100644 --- a/.github/workflows/trigger_release.yaml +++ b/.github/workflows/trigger_release.yaml @@ -9,8 +9,8 @@ on: # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule # https://crontab.guru/ schedule: - # - cron: '0 4 * * 2' - - cron: '0 4 10 * *' + # - cron: '0 4 * * 2' # old schedule + # - cron: '0 4 10 * *' # new schedule, temporarily paused workflow_dispatch: defaults: