diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index 49ab3eb04..650963070 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -57,7 +57,7 @@ jobs: docker exec -w /sglang-checkout/test/srt ci_sglang python3 test_eval_accuracy_large.py mla-test-1-gpu-amd: - if: github.repository == 'sgl-project/sglang' && github.event.pull_request.draft == false + if: github.event.pull_request.head.repo.fork == false && github.event.pull_request.draft == false runs-on: linux-mi300-gpu-1 steps: - name: Checkout code