From 1ff0ee95e319ea8e6a7101cade81c3b987043c37 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sat, 21 Mar 2026 21:53:31 -0700 Subject: [PATCH] Update pr-test.yml to remove the temp hack `- cron: '15 8 * * *'` (#21115) --- .github/workflows/pr-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index f0421b15a..e634fe31f 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -6,7 +6,6 @@ run-name: ${{ inputs.target_stage && (inputs.pr_head_sha && format('[{0}] {1}', on: schedule: - cron: '0 */12 * * *' # Run every 12 hours (UTC) - - cron: '15 8 * * *' pull_request: branches: [main] workflow_dispatch: