From c4d0e07488ffa5efd5eebeeb172c6eec654ab71d Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Fri, 19 Jun 2026 18:29:48 +0800 Subject: [PATCH] ci(e2e): move nightly schedule to 08:17 China time (00:17 UTC) --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7561ee4a57..b5ff4a4231 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -25,8 +25,8 @@ on: branches: [main, master] pull_request: schedule: - # 09:17 UTC nightly — off-peak and off the top-of-hour cron stampede. - - cron: '17 9 * * *' + # 00:17 UTC nightly = 08:17 Asia/Shanghai — off the top-of-hour cron stampede. + - cron: '17 0 * * *' # Cancel a superseded PR run (it is on a stale commit); never cancel a # push/schedule run — it is already producing the post-merge/nightly signal.