Update condition for sgl-kernel-benchmark-test (#11254)

This commit is contained in:
Lianmin Zheng
2025-10-05 20:55:02 -07:00
committed by GitHub
parent f8924ad74b
commit b6b4b56395

View File

@@ -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 }}