Skip to content

Commit 4a691ee

Browse files
committed
temp: test on staging
1 parent 6458923 commit 4a691ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,15 @@ jobs:
114114
cargo codspeed build -p ${{ matrix.package }}
115115
116116
- name: Run the benchmarks
117-
uses: CodSpeedHQ/action@main
117+
uses: CodSpeedHQ/action@chore/runner-branch
118118
env:
119119
MY_ENV_VAR: "YES"
120120
with:
121+
runner-branch: main
121122
run: cargo codspeed run
122123
mode: walltime
123-
token: ${{ secrets.CODSPEED_TOKEN }}
124+
# token: ${{ secrets.CODSPEED_TOKEN }}
125+
upload-url: https://api.staging.preview.codspeed.io/upload
124126

125127
check:
126128
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)