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
a72342f1
"tests/pytests_utils/__init__.py" did not exist on "ea48ce7a3742c5d4ee7c37279be741db6b45bf50"
Unverified
Commit
a72342f1
authored
Jul 27, 2024
by
Yineng Zhang
Committed by
GitHub
Jul 27, 2024
Browse files
fix: not run workflows on fork repo (#762)
parent
c3c74bf8
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
.github/workflows/close-inactive-issues.yml
.github/workflows/close-inactive-issues.yml
+1
-0
.github/workflows/docker.yml
.github/workflows/docker.yml
+1
-0
.github/workflows/pypi.yml
.github/workflows/pypi.yml
+1
-0
.github/workflows/release.yml
.github/workflows/release.yml
+1
-0
No files found.
.github/workflows/close-inactive-issues.yml
View file @
a72342f1
...
@@ -11,6 +11,7 @@ permissions:
...
@@ -11,6 +11,7 @@ permissions:
jobs
:
jobs
:
close-inactive-issues
:
close-inactive-issues
:
if
:
github.repository == 'sgl-project/sglang'
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Check and close inactive issues
-
name
:
Check and close inactive issues
...
...
.github/workflows/docker.yml
View file @
a72342f1
...
@@ -9,6 +9,7 @@ on:
...
@@ -9,6 +9,7 @@ on:
jobs
:
jobs
:
publish
:
publish
:
if
:
github.repository == 'sgl-project/sglang'
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
environment
:
'
prod'
environment
:
'
prod'
strategy
:
strategy
:
...
...
.github/workflows/pypi.yml
View file @
a72342f1
...
@@ -9,6 +9,7 @@ on:
...
@@ -9,6 +9,7 @@ on:
jobs
:
jobs
:
publish
:
publish
:
if
:
github.repository == 'sgl-project/sglang'
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
environment
:
'
prod'
environment
:
'
prod'
steps
:
steps
:
...
...
.github/workflows/release.yml
View file @
a72342f1
...
@@ -8,6 +8,7 @@ on:
...
@@ -8,6 +8,7 @@ on:
workflow_dispatch
:
workflow_dispatch
:
jobs
:
jobs
:
publish
:
publish
:
if
:
github.repository == 'sgl-project/sglang'
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
environment
:
'
prod'
environment
:
'
prod'
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