From ff921a2ed3bfe80b611937e70fadb2948e771bee Mon Sep 17 00:00:00 2001 From: Liangsheng Yin Date: Sat, 21 Mar 2026 01:03:45 -0700 Subject: [PATCH] Update cron schedule for PR test workflow (#21090) --- .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 cf9afc512..f0421b15a 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: '50 7 * * *' + - cron: '15 8 * * *' pull_request: branches: [main] workflow_dispatch: