[CI] enable test if pytest.ini changes (#151)
enable test if pytest.ini changes Signed-off-by: MengqingCao <cmq0113@163.com>
This commit is contained in:
2
.github/workflows/vllm_ascend_test.yaml
vendored
2
.github/workflows/vllm_ascend_test.yaml
vendored
@@ -27,6 +27,7 @@ on:
|
|||||||
- '**/*.py'
|
- '**/*.py'
|
||||||
- '.github/workflows/vllm_ascend_test.yaml'
|
- '.github/workflows/vllm_ascend_test.yaml'
|
||||||
- '!docs/**'
|
- '!docs/**'
|
||||||
|
- 'pytest.ini'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
@@ -36,6 +37,7 @@ on:
|
|||||||
- '**/*.py'
|
- '**/*.py'
|
||||||
- '.github/workflows/vllm_ascend_test.yaml'
|
- '.github/workflows/vllm_ascend_test.yaml'
|
||||||
- '!docs/**'
|
- '!docs/**'
|
||||||
|
- 'pytest.ini'
|
||||||
|
|
||||||
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly
|
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly
|
||||||
# declared as "shell: bash -el {0}" on steps that need to be properly activated.
|
# declared as "shell: bash -el {0}" on steps that need to be properly activated.
|
||||||
|
|||||||
Reference in New Issue
Block a user