From 67697fb891eccb6e2d6d33c8dc566f240da0a432 Mon Sep 17 00:00:00 2001 From: YC Yen-Ching Tseng Date: Fri, 3 Jul 2026 15:38:07 +0800 Subject: [PATCH] [AMD] Temporarily disabled: every-6-hours rocm 7.2 test (#30014) --- .github/workflows/pr-test-amd-rocm720.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-amd-rocm720.yml b/.github/workflows/pr-test-amd-rocm720.yml index 2a6b4b128..36b7de5fc 100644 --- a/.github/workflows/pr-test-amd-rocm720.yml +++ b/.github/workflows/pr-test-amd-rocm720.yml @@ -6,7 +6,9 @@ run-name: ${{ (inputs.target_stage || inputs.target_stage_select) && (inputs.pr_ on: schedule: - cron: '30 17 * * *' - - cron: '0 */6 * * *' # Every 6 hours (UTC): target dsv4 accuracy jobs only + # Temporarily disabled: every-6-hours dsv4 accuracy run. Daily '30 17 * * *' + # cron still runs the full suite (including dsv4). Re-enable to restore it. + # - cron: '0 */6 * * *' # Every 6 hours (UTC): target dsv4 accuracy jobs only # push: # branches: [ main ] # paths: