From 4fe92bfca5517f3cf5ca967fc5fcfdb7cf335f30 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Mon, 10 Feb 2025 21:12:00 +0800 Subject: [PATCH] fix mla test (#3469) --- .github/workflows/pr-test-amd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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