From aa4316757d88c41e5eb2d6a0b0960020f28dde31 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:01:08 +0200 Subject: [PATCH] Change schedule CI time (#22884) * fix * Update .github/workflows/self-nightly-past-ci-caller.yml Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> --------- Co-authored-by: ydshieh Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com> --- .github/workflows/build-docker-images.yml | 2 +- .github/workflows/doctests.yml | 2 +- .github/workflows/self-nightly-past-ci-caller.yml | 5 +++-- .github/workflows/self-scheduled.yml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index a7df11e8fb..26c5e517d2 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -11,7 +11,7 @@ on: required: true type: string schedule: - - cron: "0 1 * * *" + - cron: "17 0 * * *" concurrency: group: docker-images-builds diff --git a/.github/workflows/doctests.yml b/.github/workflows/doctests.yml index f14e885031..a0efe40cbb 100644 --- a/.github/workflows/doctests.yml +++ b/.github/workflows/doctests.yml @@ -6,7 +6,7 @@ on: - doctest* repository_dispatch: schedule: - - cron: "0 2 * * *" + - cron: "17 2 * * *" env: diff --git a/.github/workflows/self-nightly-past-ci-caller.yml b/.github/workflows/self-nightly-past-ci-caller.yml index ee60628f39..25e711105f 100644 --- a/.github/workflows/self-nightly-past-ci-caller.yml +++ b/.github/workflows/self-nightly-past-ci-caller.yml @@ -2,8 +2,9 @@ name: Self-hosted runner (nightly-past-ci-caller) on: schedule: - # 2 am on each Sunday and Thursday - - cron: "0 2 * * 0,4" + # 2:17 am on each Sunday and Thursday + + - cron: "17 2 * * 0,4" push: branches: - run_nightly_ci* diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index f244b4af91..e4a8cecb44 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -9,7 +9,7 @@ name: Self-hosted runner (scheduled) on: repository_dispatch: schedule: - - cron: "0 2 * * *" + - cron: "17 2 * * *" push: branches: - run_scheduled_ci*