Skip to content

Commit 088d32d

Browse files
committed
wip: use custom branch
1 parent e558bf9 commit 088d32d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,12 @@ 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
CODSPEED_PERF_ENABLED: true
121121
with:
122+
runner-branch: cod-1364-runner-sample-without-splitting-perfdata
122123
mode: walltime
123124
run: cargo codspeed run
124125
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)