[AMD] Temporarily reduce AMD scheduled test frequency to save resource (#30534)

This commit is contained in:
YC Yen-Ching Tseng
2026-07-08 09:30:59 -07:00
committed by GitHub
parent 04e4fadff3
commit fc378f843e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ run-name: ${{ (inputs.target_stage || inputs.target_stage_select) && (inputs.pr_
on:
schedule:
- cron: '0 */6 * * *' # Run every 6 hours (UTC)
- cron: '0 */12 * * *' # Run every 12 hours (UTC)
pull_request:
paths:
- "python/**"