Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
4f005250
Unverified
Commit
4f005250
authored
Aug 04, 2024
by
Yineng Zhang
Committed by
GitHub
Aug 04, 2024
Browse files
fix: use e2e and unit test only for original repo or pr (#912)
parent
995af5a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.github/workflows/e2e-test.yml
.github/workflows/e2e-test.yml
+1
-0
.github/workflows/unit-test.yml
.github/workflows/unit-test.yml
+1
-0
No files found.
.github/workflows/e2e-test.yml
View file @
4f005250
...
@@ -19,6 +19,7 @@ concurrency:
...
@@ -19,6 +19,7 @@ concurrency:
jobs
:
jobs
:
e2e-test
:
e2e-test
:
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on
:
self-hosted
runs-on
:
self-hosted
steps
:
steps
:
...
...
.github/workflows/unit-test.yml
View file @
4f005250
...
@@ -19,6 +19,7 @@ concurrency:
...
@@ -19,6 +19,7 @@ concurrency:
jobs
:
jobs
:
unit-test
:
unit-test
:
if
:
github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
runs-on
:
self-hosted
runs-on
:
self-hosted
steps
:
steps
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment