Skip to content

Commit cde2eaf

Browse files
committed
disable e2e for the change from llama-index-server
1 parent 8558e9f commit cde2eaf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ name: E2E Tests
22
on:
33
push:
44
branches: [main]
5+
paths-ignore:
6+
- "llama-index-server/**"
57
pull_request:
68
branches: [main]
9+
paths-ignore:
10+
- "llama-index-server/**"
711

812
env:
913
POETRY_VERSION: "1.6.1"

0 commit comments

Comments
 (0)