From 7cfb6a6d6a3617d17b468c9f9a6857139cce792f Mon Sep 17 00:00:00 2001 From: Sydney Runkle Date: Thu, 29 May 2025 10:07:35 -0400 Subject: [PATCH] set codspeed output whoops --- .github/workflows/codspeed.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index bbe1e6bc3ff..1dcfacb3176 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -35,8 +35,8 @@ jobs: uv venv uv pip install packaging requests uv run .github/scripts/check_diff.py ${{ steps.files.outputs.all }} >> $GITHUB_OUTPUT - outputs: - codspeed: ${{ steps.set-matrix.outputs.codspeed }} + outputs: + codspeed: ${{ steps.set-matrix.outputs.codspeed }} codspeed: name: Run benchmarks needs: [ prepare_matrix ]