Skip to content

Commit 017c21d

Browse files
committed
wip
1 parent 79ba0ca commit 017c21d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmark-reusable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
run: |
2929
set -euo pipefail
3030
matrix_json=$(cat <<'JSON'
31-
${{ inputs.matrix }}
32-
JSON
33-
)
31+
${{ inputs.matrix }}
32+
JSON
33+
)
3434
evals=$(jq -c 'map(.eval) | unique' <<<"$matrix_json")
3535
3636
if [ -z "${evals}" ] || [ "${evals}" = "null" ]; then

0 commit comments

Comments
 (0)