Fix nightly-test-nvidia.yml to have the correct trigger (#13950)

This commit is contained in:
Kangyan-Zhou
2025-11-25 17:34:34 -08:00
committed by GitHub
parent 873382a910
commit 03a26557b7

View File

@@ -9,6 +9,13 @@ on:
paths:
- "python/sglang/version.py"
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:
group: nightly-test-nvidia-${{ github.ref }}