From 3a7882208f126c4c94eed145a8d48bc1c71e0c0e Mon Sep 17 00:00:00 2001 From: Mengqing Cao Date: Mon, 24 Feb 2025 16:47:05 +0800 Subject: [PATCH] [CI] enable test if pytest.ini changes (#151) enable test if pytest.ini changes Signed-off-by: MengqingCao --- .github/workflows/vllm_ascend_test.yaml | 2 ++ 1 file changed, 2 insertions(+) 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.