Skip to content

Commit 7a99061

Browse files
committed
exclude docs
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 708c262 commit 7a99061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-sglang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
types: [opened, reopened, synchronize]
77
paths:
88
- "**sglang**"
9+
- "!docs/**"
910

1011
permissions:
1112
contents: read
@@ -77,7 +78,6 @@ jobs:
7778
- "scripts/sglang/**"
7879
- "scripts/common/**"
7980
- "scripts/telemetry/**"
80-
- ".github/workflows/pr-sglang*"
8181
test-change:
8282
- "test/sglang/**"
8383

.github/workflows/pr-vllm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
types: [opened, reopened, synchronize]
77
paths:
88
- "**vllm**"
9+
- "!docs/**"
910

1011
permissions:
1112
contents: read
@@ -84,7 +85,6 @@ jobs:
8485
- "scripts/vllm/**"
8586
- "scripts/common/**"
8687
- "scripts/telemetry/**"
87-
- ".github/workflows/pr-vllm*"
8888
test-change:
8989
- "test/vllm/**"
9090

0 commit comments

Comments
 (0)