Skip to content

Commit 4b1a8c7

Browse files
committed
fix changes
Signed-off-by: wangli <[email protected]>
1 parent 429fcd9 commit 4b1a8c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_test_full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
filters: |
5757
e2e_tracker:
58-
- '.github/workflows/vllm_ascend_test_pr_full.yaml'
58+
- '.github/workflows/pr_test_full.yaml'
5959
- '.github/workflows/_e2e_test.yaml'
6060
- 'vllm_ascend/**'
6161
- 'csrc/**'

.github/workflows/pr_test_light.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
filters: |
6262
e2e_tracker:
63-
- '.github/workflows/vllm_ascend_test_pr_full.yaml'
63+
- '.github/workflows/pr_test_light.yaml'
6464
- 'vllm_ascend/**'
6565
- 'csrc/**'
6666
- 'cmake/**'

0 commit comments

Comments
 (0)