[AMD] Temporarily disable deepseek V4 in AMD PR test (#28871)

This commit is contained in:
YC Yen-Ching Tseng
2026-06-22 10:48:38 +08:00
committed by GitHub
parent 2b2cd21783
commit 73448b0d70
@@ -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
)