Skip to content

Commit c1dfb05

Browse files
committed
chore: disable codspeed in op-reth (#220)
No token, so this check always fails annoyingly. Disabling the upload step if missing token.
1 parent 4fc40a9 commit c1dfb05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bench.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
run: ./.github/scripts/codspeed-build.sh
3434
- name: Run the benchmarks
3535
uses: CodSpeedHQ/action@v4
36+
env:
37+
CODSPEED_TOKEN: ${{ secrets.CODSPEED_TOKEN }}
38+
# op-reth does not have a codspeed token
39+
if: ${{ env.CODSPEED_TOKEN != '' }}
3640
with:
3741
run: cargo codspeed run --workspace
3842
mode: instrumentation

0 commit comments

Comments
 (0)