From a597238d79bb4669107075eb99e4a4e4f9b4cb07 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sun, 15 Sep 2024 10:38:36 -0500 Subject: [PATCH] [CI] Switch order of CI schedule This commit adjusts the schedule of the CI workflow jobs so that main runs last to ensure the current docs are from main, not 1.0.x. This is a workaround to deal w/ the fact that the docs build is currently broken. --- .github/workflows/ci-dispatcher-1.0.x.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-dispatcher-1.0.x.yml b/.github/workflows/ci-dispatcher-1.0.x.yml index ab5aac61..4e9702b8 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 * * */3' # Once every 3 day at 11am UTC + - cron: '0 10 * * */3' # Once every 3 day at 10am UTC workflow_dispatch: jobs: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec04d3d9..13bd1d3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: paths-ignore: - '.github/**' schedule: - - cron: '0 10 * * *' # Once per day at 10am UTC + - cron: '0 11 * * *' # Once per day at 11am UTC workflow_dispatch: env: