[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.
This commit is contained in:
Chris Bono
2024-09-15 10:38:36 -05:00
parent bce10bdccf
commit a597238d79
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: