From f2c9d5696f01d77db9e4f11cc4254fce05c9776c Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sat, 21 Mar 2026 00:24:53 -0700 Subject: [PATCH] Change daily cron job time in pr-test.yml (#21084) --- .github/workflows/pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 7ca9879ea..22a366f34 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -6,7 +6,7 @@ run-name: ${{ inputs.target_stage && (inputs.pr_head_sha && format('[{0}] {1}', on: schedule: - cron: '0 */12 * * *' # Run every 12 hours (UTC) - - cron: '18 7 * * *' # Daily ~12:18am PDT (07:18 UTC; PST is 08:18 UTC) + - cron: '30 7 * * *' pull_request: branches: [main] workflow_dispatch: