Update pr-test.yml to remove the temp hack - cron: '15 8 * * *' (#21115)

This commit is contained in:
Lianmin Zheng
2026-03-21 21:53:31 -07:00
committed by GitHub
parent 76e4a8662c
commit 1ff0ee95e3
-1
View File
@@ -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: