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 )