diff --git a/.github/workflows/ci-dispatcher-1.0.x.yml b/.github/workflows/ci-dispatcher-1.0.x.yml index de7ce99d..ab5aac61 100644 --- a/.github/workflows/ci-dispatcher-1.0.x.yml +++ b/.github/workflows/ci-dispatcher-1.0.x.yml @@ -2,7 +2,7 @@ name: CI Dispatcher (1.0.x) on: schedule: - - cron: '0 11 * * */2' # Once every other day at 11am UTC + - cron: '0 11 * * */3' # Once every 3 day at 11am UTC workflow_dispatch: jobs: diff --git a/.github/workflows/ci-dispatcher-1.1.x.yml b/.github/workflows/ci-dispatcher-1.1.x.yml index cec8a0a9..dee19063 100644 --- a/.github/workflows/ci-dispatcher-1.1.x.yml +++ b/.github/workflows/ci-dispatcher-1.1.x.yml @@ -2,7 +2,7 @@ name: CI Dispatcher (1.1.x) on: schedule: - - cron: '0 11 * * */2' # Once every other day at 11am UTC + - cron: '0 9 * * */2' # Once every other day at 9am UTC workflow_dispatch: jobs: diff --git a/.github/workflows/release-ad-hoc.yml b/.github/workflows/release-ad-hoc.yml index 21babf44..b40bbae2 100644 --- a/.github/workflows/release-ad-hoc.yml +++ b/.github/workflows/release-ad-hoc.yml @@ -1,7 +1,6 @@ name: Ad Hoc Release on: - push: workflow_dispatch: env: