ci: add daily PR Test schedule at 12:18am PDT (#21083)

This commit is contained in:
Lianmin Zheng
2026-03-21 00:15:48 -07:00
committed by GitHub
parent 182dd20d57
commit d089db0563

View File

@@ -5,7 +5,8 @@ run-name: ${{ inputs.target_stage && (inputs.pr_head_sha && format('[{0}] {1}',
on:
schedule:
- cron: '0 */12 * * *' # Run every 12 hours
- cron: '0 */12 * * *' # Run every 12 hours (UTC)
- cron: '18 7 * * *' # Daily ~12:18am PDT (07:18 UTC; PST is 08:18 UTC)
pull_request:
branches: [main]
workflow_dispatch: