Skip to content

Commit 5adcdf5

Browse files
chore: run on staging
1 parent ce42b9b commit 5adcdf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818

1919
jobs:
2020
benchmark:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-22.04
2222
timeout-minutes: 15
2323
steps:
2424
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -41,5 +41,5 @@ jobs:
4141
- name: Run benchmarks
4242
uses: CodSpeedHQ/action@v2
4343
with:
44-
token: ${{ secrets.CODSPEED_TOKEN }}
44+
token: ${{ secrets.STAGING_CODSPEED_TOKEN }}
4545
run: .venv/bin/pytest --codspeed --benchmark-enable --benchmark-only ./tests/bench/ --benchmark-json=bench-pr.json --x509-limbo-root=x509-limbo/

0 commit comments

Comments
 (0)