Fix nightly-test-nvidia.yml to have the correct trigger (#13950)
This commit is contained in:
@@ -9,6 +9,13 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "python/sglang/version.py"
|
- "python/sglang/version.py"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
workflow_call:
|
||||||
|
inputs:
|
||||||
|
ref:
|
||||||
|
description: 'Git ref (branch, tag, or SHA) to test. If not provided, uses the default branch.'
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
default: ''
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: nightly-test-nvidia-${{ github.ref }}
|
group: nightly-test-nvidia-${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user