From 92bc5576d8899cff4e041e20af11a4f1d46aa066 Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Sun, 1 Jun 2025 19:01:26 +0800 Subject: [PATCH] Skip benchmarks/** in vllm ascend test (#1041) ### What this PR does / why we need it? Skip benchmarks/** in vllm ascend test to reduce CI cost ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? CI passed Signed-off-by: Yikun Jiang --- .github/workflows/vllm_ascend_test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/vllm_ascend_test.yaml b/.github/workflows/vllm_ascend_test.yaml index 725a570..3f5738c 100644 --- a/.github/workflows/vllm_ascend_test.yaml +++ b/.github/workflows/vllm_ascend_test.yaml @@ -30,6 +30,7 @@ on: - '.github/workflows/vllm_ascend_test.yaml' - '!docs/**' - 'pytest.ini' + - '!benchmarks/**' # 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. # It's used to activate ascend-toolkit environment variables.