Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
remove loop short circuit (#372)
Browse files Browse the repository at this point in the history
SUMMARY:
* remove short circuit from benchmarking matrix

TEST PLAN:
runs on remote push

Co-authored-by: andy-neuma <andy@neuralmagic.com>
  • Loading branch information
andy-neuma and andy-neuma authored Jul 10, 2024
1 parent ea10883 commit ad0bed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nm-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
needs: [BUILD]
if: success()
strategy:
fail-fast: false
matrix:
benchmark_label: ${{ fromJson(inputs.benchmark_labels) }}
uses: ./.github/workflows/nm-benchmark.yml
Expand Down

0 comments on commit ad0bed4

Please sign in to comment.