Unverified Commit 4f005250 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix: use e2e and unit test only for original repo or pr (#912)

parent 995af5a5
......@@ -19,6 +19,7 @@ concurrency:
jobs:
e2e-test:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: self-hosted
steps:
......
......@@ -19,6 +19,7 @@ concurrency:
jobs:
unit-test:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on: self-hosted
steps:
......
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