From c69c1c4f073e078fc82b09eb58338e4fe568d792 Mon Sep 17 00:00:00 2001 From: sunxxuns <126995791+sunxxuns@users.noreply.github.com> Date: Sun, 21 Dec 2025 03:58:17 -0500 Subject: [PATCH] [CI] Fix AMD CI to exclude multimodal_gen from main_package filter (#15558) --- .github/workflows/pr-test-amd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-test-amd.yml b/.github/workflows/pr-test-amd.yml index eadf6a232..46ec40a09 100644 --- a/.github/workflows/pr-test-amd.yml +++ b/.github/workflows/pr-test-amd.yml @@ -49,7 +49,8 @@ jobs: with: filters: | main_package: - - "python/**" + - "python/sglang/!(multimodal_gen)/**" + - "python/*.toml" - "scripts/ci/**" - "test/**" - ".github/workflows/pr-test-amd.yml" @@ -59,7 +60,6 @@ jobs: - "python/sglang/multimodal_gen/**" - "python/sglang/cli/**" - "python/*.toml" - - ".github/workflows/pr-test-amd.yml" # =============================================== sgl-kernel ==================================================== sgl-kernel-unit-test-amd: