Unverified Commit b6b4b563 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

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

parent f8924ad7
...@@ -155,7 +155,7 @@ jobs: ...@@ -155,7 +155,7 @@ jobs:
sgl-kernel-benchmark-test: sgl-kernel-benchmark-test:
needs: [check-changes, sgl-kernel-build-wheels] needs: [check-changes, sgl-kernel-build-wheels]
if: always() && !failure() && !cancelled() if: needs.check-changes.outputs.sgl_kernel == 'true'
runs-on: 1-gpu-runner runs-on: 1-gpu-runner
env: env:
HF_TOKEN: ${{ secrets.HF_TOKEN }} HF_TOKEN: ${{ secrets.HF_TOKEN }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment