Skip to content

Commit 16f2382

Browse files
committed
chore(ci): skip upload on node-versions job
1 parent 9930176 commit 16f2382

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,8 @@ jobs:
6161
- run: pnpm moon run :build
6262

6363
- name: Run benchmarks
64-
run: |
65-
valgrind --tool=callgrind pnpm moon run :bench
64+
uses: CodSpeedHQ/action@feat/node-script
65+
with:
66+
run: pnpm moon run :bench
67+
env:
68+
SKIP_UPLOAD: true

0 commit comments

Comments
 (0)