Change PR test schedule time to 7:50 AM UTC (#21087)

This commit is contained in:
Lianmin Zheng
2026-03-21 00:36:05 -07:00
committed by GitHub
parent f2c9d5696f
commit 9b98d55ba4

View File

@@ -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: '30 7 * * *'
- cron: '50 7 * * *'
pull_request:
branches: [main]
workflow_dispatch: