Skip to content

Commit 484cb9c

Browse files
committed
disable e2e test for python package change
1 parent 830b3e5 commit 484cb9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
branches: [main]
55
paths-ignore:
66
- "python/llama-index-server/**"
7+
- ".github/workflows/*llama_index_server.yml"
78
pull_request:
89
branches: [main]
910
paths-ignore:
1011
- "python/llama-index-server/**"
12+
- ".github/workflows/*llama_index_server.yml"
1113

1214
jobs:
1315
e2e-python:

0 commit comments

Comments
 (0)