Rename the last step in pr-test.yml as pr-test-finish (#8486)

This commit is contained in:
Lianmin Zheng
2025-07-28 19:06:13 -07:00
committed by GitHub
parent 001bffca62
commit 69712e6f55
2 changed files with 2 additions and 2 deletions

2
.github/CODEOWNERS vendored
View File

@@ -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

View File

@@ -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,