Files
xc-llm-ascend/.github/labeler.yml
wangxiyuan c30b51e764 Refactor CI workflow (#4912)
- merge image build workflow into one
- merge package build workflow into one
- merge community related workflow into one

This change makes the workflow more clear

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

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
2025-12-11 19:34:43 +08:00

39 lines
735 B
YAML

---
documentation:
- changed-files:
- any-glob-to-any-file:
- 'docs/**'
- '**/*.md'
ci/build:
- changed-files:
- any-glob-to-any-file:
- '.github/actions/*.yaml'
- '.github/workflows/*.yaml'
'module:tests':
- changed-files:
- any-glob-to-any-file:
- 'tests/**'
'module:tools':
- changed-files:
- any-glob-to-any-file:
- 'tools/**'
'module:ops':
- changed-files:
- any-glob-to-any-file:
- 'vllm_ascend/ops/**'
'module:quantization':
- changed-files:
- any-glob-to-any-file:
- 'vllm_ascend/quantization/**'
'module:core':
- changed-files:
- any-glob-to-any-file:
- 'vllm_ascend/*.py'