diff --git a/.github/workflows/vllm_ascend_test.yaml b/.github/workflows/vllm_ascend_test.yaml index de120be..abff533 100644 --- a/.github/workflows/vllm_ascend_test.yaml +++ b/.github/workflows/vllm_ascend_test.yaml @@ -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.