From 69712e6f559b6783c8a56e803d520d6b457c47a4 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Mon, 28 Jul 2025 19:06:13 -0700 Subject: [PATCH] Rename the last step in pr-test.yml as pr-test-finish (#8486) --- .github/CODEOWNERS | 2 +- .github/workflows/pr-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 805fea4d3..2e048e54d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,7 @@ .github @merrymercy @zhyncs /docker @zhyncs @HaiShaw @ByronHsu /python/pyproject.toml @merrymercy @zhyncs -/python/sglang/* @merrymercy @Ying1123 @zhyncs @hnyls2002 +/python/sglang/* @merrymercy @Ying1123 @zhyncs @hnyls2002 /python/sglang/srt/constrained @hnyls2002 /python/sglang/srt/disaggregation @ByronHsu @hnyls2002 /python/sglang/srt/distributed @yizhang2077 diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index c19d9d068..4f6540102 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -352,7 +352,7 @@ jobs: cd test/srt python3 run_suite.py --suite per-commit-8-gpu-deepep - finish: + pr-test-finish: if: always() needs: [ unit-test-frontend, unit-test-backend-1-gpu, unit-test-backend-2-gpu, unit-test-backend-4-gpu,