Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
05e47872
Unverified
Commit
05e47872
authored
Aug 30, 2025
by
Lianmin Zheng
Committed by
GitHub
Aug 30, 2025
Browse files
[CI] Fix the trigger condition for PR test workflows (#9761)
parent
1e61b496
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
.github/workflows/pr-test-amd.yml
.github/workflows/pr-test-amd.yml
+2
-2
.github/workflows/pr-test-npu.yml
.github/workflows/pr-test-npu.yml
+2
-2
.github/workflows/pr-test-xeon.yml
.github/workflows/pr-test-xeon.yml
+2
-2
.github/workflows/pr-test.yml
.github/workflows/pr-test.yml
+2
-2
No files found.
.github/workflows/pr-test-amd.yml
View file @
05e47872
...
@@ -5,7 +5,7 @@ on:
...
@@ -5,7 +5,7 @@ on:
branches
:
[
main
]
branches
:
[
main
]
paths
:
paths
:
-
"
python/**"
-
"
python/**"
-
"
scripts/**"
-
"
scripts/
ci/
**"
-
"
test/**"
-
"
test/**"
-
"
sgl-kernel/**"
-
"
sgl-kernel/**"
-
"
.github/workflows/pr-test-amd.yml"
-
"
.github/workflows/pr-test-amd.yml"
...
@@ -13,7 +13,7 @@ on:
...
@@ -13,7 +13,7 @@ on:
branches
:
[
main
]
branches
:
[
main
]
paths
:
paths
:
-
"
python/**"
-
"
python/**"
-
"
scripts/**"
-
"
scripts/
ci/
**"
-
"
test/**"
-
"
test/**"
-
"
sgl-kernel/**"
-
"
sgl-kernel/**"
-
"
.github/workflows/pr-test-amd.yml"
-
"
.github/workflows/pr-test-amd.yml"
...
...
.github/workflows/pr-test-npu.yml
View file @
05e47872
...
@@ -5,14 +5,14 @@ on:
...
@@ -5,14 +5,14 @@ on:
branches
:
[
main
]
branches
:
[
main
]
paths
:
paths
:
-
"
python/**"
-
"
python/**"
-
"
scripts/**"
-
"
scripts/
ci/
**"
-
"
test/**"
-
"
test/**"
-
"
.github/workflows/pr-test-npu.yml"
-
"
.github/workflows/pr-test-npu.yml"
pull_request
:
pull_request
:
branches
:
[
main
]
branches
:
[
main
]
paths
:
paths
:
-
"
python/**"
-
"
python/**"
-
"
scripts/**"
-
"
scripts/
ci/
**"
-
"
test/**"
-
"
test/**"
-
"
.github/workflows/pr-test-npu.yml"
-
"
.github/workflows/pr-test-npu.yml"
workflow_dispatch
:
workflow_dispatch
:
...
...
.github/workflows/pr-test-xeon.yml
View file @
05e47872
...
@@ -5,7 +5,7 @@ on:
...
@@ -5,7 +5,7 @@ on:
branches
:
[
main
]
branches
:
[
main
]
paths
:
paths
:
-
"
python/**"
-
"
python/**"
-
"
scripts/**"
-
"
scripts/
ci/
**"
-
"
test/**"
-
"
test/**"
-
"
sgl-kernel/**"
-
"
sgl-kernel/**"
-
"
.github/workflows/pr-test-xeon.yml"
-
"
.github/workflows/pr-test-xeon.yml"
...
@@ -13,7 +13,7 @@ on:
...
@@ -13,7 +13,7 @@ on:
branches
:
[
main
]
branches
:
[
main
]
paths
:
paths
:
-
"
python/**"
-
"
python/**"
-
"
scripts/**"
-
"
scripts/
ci/
**"
-
"
test/**"
-
"
test/**"
-
"
sgl-kernel/**"
-
"
sgl-kernel/**"
-
"
.github/workflows/pr-test-xeon.yml"
-
"
.github/workflows/pr-test-xeon.yml"
...
...
.github/workflows/pr-test.yml
View file @
05e47872
...
@@ -36,7 +36,7 @@ jobs:
...
@@ -36,7 +36,7 @@ jobs:
filters
:
|
filters
:
|
src:
src:
- "python/**"
- "python/**"
- "scripts/**"
- "scripts/
ci/
**"
- "test/**"
- "test/**"
- ".github/workflows/pr-test.yml"
- ".github/workflows/pr-test.yml"
...
@@ -417,7 +417,7 @@ jobs:
...
@@ -417,7 +417,7 @@ jobs:
unit-test-deepep-4-gpu
,
unit-test-deepep-8-gpu
,
unit-test-deepep-4-gpu
,
unit-test-deepep-8-gpu
,
unit-test-backend-8-gpu-b200
,
unit-test-backend-8-gpu-b200
,
]
]
if
:
needs.check-changes.outputs.src == 'true'
if
:
always()
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Check all dependent job statuses
-
name
:
Check all dependent job statuses
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment