[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
@@ -3,7 +3,7 @@ name: AMD AITER Scout
on: on:
schedule: schedule:
- cron: '0 20 * * 1' # Monday 20:00 UTC - cron: '0 20 * * 1' # Monday 20:00 UTC
- cron: '0 20 * * 4' # Thursday 20:00 UTC # - cron: '0 20 * * 4' # Thursday 20:00 UTC (temporarily disabled)
workflow_dispatch: workflow_dispatch:
inputs: inputs:
aiter_ref: aiter_ref:
+1 -1
View File
@@ -5,7 +5,7 @@ run-name: ${{ (inputs.target_stage || inputs.target_stage_select) && (inputs.pr_
on: on:
schedule: schedule:
- cron: '0 */6 * * *' # Run every 6 hours (UTC) - cron: '0 */12 * * *' # Run every 12 hours (UTC)
pull_request: pull_request:
paths: paths:
- "python/**" - "python/**"