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: