Unverified Commit d6276f0f authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Add condition to `benchmark` job in `push-important-models.yml` (#31259)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent b72752f0
......@@ -136,5 +136,7 @@ jobs:
benchmark:
name: Benchmark workflow
needs: get_modified_models
if: ${{ needs.get_modified_models.outputs.matrix != '[]' && needs.get_modified_models.outputs.matrix != '' && fromJson(needs.get_modified_models.outputs.matrix)[0] != null }}
uses: ./.github/workflows/benchmark.yml
secrets: inherit
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