misc: update test config (#990)

This commit is contained in:
Yineng Zhang
2024-08-11 02:20:30 +08:00
committed by GitHub
parent 7599badeaf
commit e712837d38
3 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ concurrency:
jobs:
unit-test:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: self-hosted
runs-on: unit
steps:
- name: Checkout code