[CI] Do not trigger pd-disaggregation CI in draft PR (#8737)
This commit is contained in:
4
.github/workflows/pr-test-pd-router.yml
vendored
4
.github/workflows/pr-test-pd-router.yml
vendored
@@ -26,7 +26,9 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-disaggregation:
|
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]
|
runs-on: [h200]
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user