From 1dfcae8ec7d4566faa5982039df73681f937ca3e Mon Sep 17 00:00:00 2001 From: inisis <46103969+inisis@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:48:16 +0800 Subject: [PATCH] Update nightly-test.yml --- .github/workflows/nightly-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly-test.yml b/.github/workflows/nightly-test.yml index 016d513..b9afe64 100644 --- a/.github/workflows/nightly-test.yml +++ b/.github/workflows/nightly-test.yml @@ -2,7 +2,8 @@ name: nightly-build on: schedule: - - cron: '0 2 * * *' # Runs at 2:00 AM UTC every day + - cron: '0 18 * * *' # Runs at 6:00 PM UTC every day, which is 2:00 AM Beijing Time the next day + jobs: build: