Change cron schedule to run every 6 hours (#21285)

This commit is contained in:
Lianmin Zheng
2026-03-24 00:04:23 -07:00
committed by GitHub
parent dac148167c
commit 3dfaa47d5e
+1 -1
View File
@@ -5,7 +5,7 @@ run-name: ${{ inputs.target_stage && (inputs.pr_head_sha && format('[{0}] {1}',
on: on:
schedule: schedule:
- cron: '0 */12 * * *' # Run every 12 hours (UTC) - cron: '0 */6 * * *' # Run every 6 hours (UTC)
pull_request: pull_request:
branches: [main] branches: [main]
workflow_dispatch: workflow_dispatch: