Skip to content

Commit 9e018ce

Browse files
committed
add runner setup script
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 79b50b2 commit 9e018ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-sglang.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,14 @@ jobs:
208208
runs-on:
209209
- codebuild-runner-${{ github.run_id }}-${{ github.run_attempt }}
210210
fleet:default-runner
211+
concurrency:
212+
group: pr-sglang-sagemaker-test-${{ github.event.pull_request.number }}
213+
cancel-in-progress: false
211214
steps:
212215
- name: Checkout DLC source
213216
uses: actions/checkout@v5
214217

218+
- run: .github/scripts/runner_setup.sh
215219
- name: Install test dependencies
216220
run: |
217221
uv venv

0 commit comments

Comments
 (0)