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
7a27e798
Unverified
Commit
7a27e798
authored
Aug 04, 2025
by
Liangsheng Yin
Committed by
GitHub
Aug 04, 2025
Browse files
[CI] Do not trigger pd-disaggregation CI in draft PR (#8737)
parent
76ba5bbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.github/workflows/pr-test-pd-router.yml
.github/workflows/pr-test-pd-router.yml
+3
-1
No files found.
.github/workflows/pr-test-pd-router.yml
View file @
7a27e798
...
...
@@ -26,7 +26,9 @@ permissions:
jobs
:
test-disaggregation
:
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
if
:
(github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') &&
github.event.pull_request.draft ==
false
&&
needs.check-changes.outputs.src == 'true'
runs-on
:
[
h200
]
timeout-minutes
:
45
...
...
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