Skip to content

Commit f698b41

Browse files
committed
chore: use custom runner
1 parent c3bfe90 commit f698b41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
uv sync --dev
3636
sudo apt-get remove valgrind -y
3737
- name: Run benchmarks
38-
uses: CodSpeedHQ/action@main
38+
uses: CodSpeedHQ/action@chore/runner-branch
3939
with:
4040
mode: ${{ matrix.mode }}
4141
run: uv run pytest tests/benchmarks/ --codspeed --test-group=${{ matrix.shard }} --test-group-count=${{ env.SHARDS }}
4242
token: ${{ secrets.CODSPEED_TOKEN }}
43-
runner-version: v4.3.0
43+
runner-branch: add-valgrind-args
4444

4545
all-checks:
4646
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)