[CI] Improve CI (#5078)

Raname workflow to be clear.

- vLLM version: v0.12.0
- vLLM main:
ad32e3e19c

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-12-19 15:34:35 +08:00
committed by GitHub
parent 35ad11b637
commit 636265be6d
14 changed files with 43 additions and 46 deletions

View File

@@ -15,7 +15,7 @@
# This file is a part of the vllm-ascend project.
#
name: 'ascend test / doctest'
name: Doc Test
on:
workflow_dispatch:
@@ -25,7 +25,7 @@ on:
- '*-dev'
paths:
# If we are changing the doctest we should do a PR test
- '.github/workflows/vllm_ascend_doctest.yaml'
- '.github/workflows/labled_doctest.yaml'
- 'tests/e2e/doctests/**'
- 'tests/e2e/common.sh'
- 'tests/e2e/run_doctests.sh'