[AMD] Temporarily reduce AMD scheduled test frequency to save resource (#30534)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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/**"
|
||||||
|
|||||||
Reference in New Issue
Block a user