Unverified Commit 7a27e798 authored by Liangsheng Yin's avatar Liangsheng Yin Committed by GitHub
Browse files

[CI] Do not trigger pd-disaggregation CI in draft PR (#8737)

parent 76ba5bbe
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment