"src/vscode:/vscode.git/clone" did not exist on "33d10af28fcfb4d41ab7fb97d84c8ac2317576d5"
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: ...@@ -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
......
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