From 2207eb27334a98646bdc1082ba6f47f76c00b328 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Mon, 29 Jul 2024 23:36:04 -0500 Subject: [PATCH] [CI] Update 1.0.x and 1.1.x CI schedules (every N days) --- .github/workflows/ci-dispatcher-1.0.x.yml | 2 +- .github/workflows/ci-dispatcher-1.1.x.yml | 2 +- .github/workflows/release-ad-hoc.yml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) 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: