From 73448b0d70626585cd8c8d694fa984a19325a5d7 Mon Sep 17 00:00:00 2001 From: YC Yen-Ching Tseng Date: Mon, 22 Jun 2026 10:48:38 +0800 Subject: [PATCH] [AMD] Temporarily disable deepseek V4 in AMD PR test (#28871) --- .github/workflows/pr-test-amd-rocm720.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pr-test-amd-rocm720.yml b/.github/workflows/pr-test-amd-rocm720.yml index dd1c7f12e..44274d740 100644 --- a/.github/workflows/pr-test-amd-rocm720.yml +++ b/.github/workflows/pr-test-amd-rocm720.yml @@ -1139,7 +1139,6 @@ jobs: ( !(inputs.target_stage || inputs.target_stage_select) && ( - (github.event_name == 'pull_request' && needs.call-gate.result == 'success') || (github.event_name == 'schedule') || inputs.run_all_tests ) @@ -1190,7 +1189,6 @@ jobs: ( !(inputs.target_stage || inputs.target_stage_select) && ( - (github.event_name == 'pull_request' && needs.call-gate.result == 'success') || (github.event_name == 'schedule') || inputs.run_all_tests )