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
zhaoyu6
sglang
Commits
b6b4b563
"vscode:/vscode.git/clone" did not exist on "76139bfba00ed084385e5808ce6bc3bd22da9c47"
Unverified
Commit
b6b4b563
authored
Oct 05, 2025
by
Lianmin Zheng
Committed by
GitHub
Oct 05, 2025
Browse files
Update condition for sgl-kernel-benchmark-test (#11254)
parent
f8924ad7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/pr-test.yml
.github/workflows/pr-test.yml
+1
-1
No files found.
.github/workflows/pr-test.yml
View file @
b6b4b563
...
...
@@ -155,7 +155,7 @@ jobs:
sgl-kernel-benchmark-test
:
needs
:
[
check-changes
,
sgl-kernel-build-wheels
]
if
:
always() && !failure() && !cancelled()
if
:
needs.check-changes.outputs.sgl_kernel == 'true'
runs-on
:
1-gpu-runner
env
:
HF_TOKEN
:
${{ secrets.HF_TOKEN }}
...
...
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