[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:
2
.github/workflows/ci-dispatcher-1.0.x.yml
vendored
2
.github/workflows/ci-dispatcher-1.0.x.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user