- 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>
39 lines
735 B
YAML
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'
|
|
|