We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b50b2 commit 9e018ceCopy full SHA for 9e018ce
.github/workflows/pr-sglang.yml
@@ -208,10 +208,14 @@ jobs:
208
runs-on:
209
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
210
fleet:default-runner
211
+ concurrency:
212
+ group: pr-sglang-sagemaker-test-${{ github.event.pull_request.number }}
213
+ cancel-in-progress: false
214
steps:
215
- name: Checkout DLC source
216
uses: actions/checkout@v5
217
218
+ - run: .github/scripts/runner_setup.sh
219
- name: Install test dependencies
220
run: |
221
uv venv
0 commit comments