Skip to content

Commit a3064a8

Browse files
committed
chore: use latest runner on staging
1 parent 01742c8 commit a3064a8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
with:
4040
mode: ${{ matrix.mode }}
4141
run: uv run pytest tests/benchmarks/ --codspeed --test-group=${{ matrix.shard }} --test-group-count=${{ env.SHARDS }}
42-
token: ${{ secrets.CODSPEED_TOKEN }}
42+
# token: ${{ secrets.CODSPEED_TOKEN }}
43+
runner-version: v4.3.0-beta.0
44+
upload-url: https://api.staging.preview.codspeed.io/upload
4345

4446
all-checks:
4547
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)