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
"sgl-kernel/git@developer.sourcefind.cn:change/sglang.git" did not exist on "71133a0426a331b182ec27294736468879ae21f4"
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
Hide 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:
jobs
:
close-inactive-issues
:
if
:
github.repository == 'sgl-project/sglang'
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check and close inactive issues
...
...
.github/workflows/docker.yml
View file @
a72342f1
...
...
@@ -9,6 +9,7 @@ on:
jobs
:
publish
:
if
:
github.repository == 'sgl-project/sglang'
runs-on
:
ubuntu-latest
environment
:
'
prod'
strategy
:
...
...
.github/workflows/pypi.yml
View file @
a72342f1
...
...
@@ -9,6 +9,7 @@ on:
jobs
:
publish
:
if
:
github.repository == 'sgl-project/sglang'
runs-on
:
ubuntu-latest
environment
:
'
prod'
steps
:
...
...
.github/workflows/release.yml
View file @
a72342f1
...
...
@@ -8,6 +8,7 @@ on:
workflow_dispatch
:
jobs
:
publish
:
if
:
github.repository == 'sgl-project/sglang'
runs-on
:
ubuntu-latest
environment
:
'
prod'
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