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: