Skip to content

Commit 03a2655

Browse files
authored
Fix nightly-test-nvidia.yml to have the correct trigger (#13950)
1 parent 873382a commit 03a2655

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nightly-test-nvidia.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ on:
99
paths:
1010
- "python/sglang/version.py"
1111
workflow_dispatch:
12+
workflow_call:
13+
inputs:
14+
ref:
15+
description: 'Git ref (branch, tag, or SHA) to test. If not provided, uses the default branch.'
16+
required: false
17+
type: string
18+
default: ''
1219

1320
concurrency:
1421
group: nightly-test-nvidia-${{ github.ref }}

0 commit comments

Comments
 (0)