[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'
|
||||
- '.github/workflows/vllm_ascend_test.yaml'
|
||||
- '!docs/**'
|
||||
- 'pytest.ini'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
@@ -36,6 +37,7 @@ on:
|
||||
- '**/*.py'
|
||||
- '.github/workflows/vllm_ascend_test.yaml'
|
||||
- '!docs/**'
|
||||
- 'pytest.ini'
|
||||
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user