[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:
Mengqing Cao
2025-02-24 16:47:05 +08:00
committed by GitHub
parent d0b3cb4fa7
commit 3a7882208f

View File

@@ -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.