Skip to content

Commit 9ff7304

Browse files
committed
chore(ci): change skip env variable
1 parent 478eb18 commit 9ff7304

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@ jobs:
6666
- run: pnpm install --frozen-lockfile --prefer-offline
6767
- run: pnpm moon run :build
6868

69-
- name: Run benchmarks on tinybench-plugin
69+
- name: Run benchmarks with tinybench-plugin
7070
if: matrix.skip-tinybench != true
7171
uses: CodSpeedHQ/action@feat/node-script
7272
with:
7373
run: pnpm moon run tinybench-plugin:bench
7474
env:
75-
SKIP_UPLOAD: true
76-
- name: Run benchmarks on benchmark.js-plugin
75+
CODSPEED_SKIP_UPLOAD: true
76+
- name: Run benchmarks with benchmark.js-plugin
7777
uses: CodSpeedHQ/action@feat/node-script
7878
with:
7979
run: pnpm moon run benchmark.js-plugin:bench
8080
env:
81-
SKIP_UPLOAD: true
81+
CODSPEED_SKIP_UPLOAD: true

0 commit comments

Comments
 (0)