Skip to content

Commit 92bc557

Browse files
authored
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 <yikunkero@gmail.com>
1 parent 507ae62 commit 92bc557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/vllm_ascend_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ on:
3030
- '.github/workflows/vllm_ascend_test.yaml'
3131
- '!docs/**'
3232
- 'pytest.ini'
33+
- '!benchmarks/**'
3334
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly
3435
# declared as "shell: bash -el {0}" on steps that need to be properly activated.
3536
# It's used to activate ascend-toolkit environment variables.

0 commit comments

Comments
 (0)