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

This commit is contained in:
Liangsheng Yin
2025-08-04 05:12:20 +08:00
committed by GitHub
parent 76ba5bbe12
commit 7a27e798ca

View File

@@ -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