Skip to content

Commit 338b674

Browse files
committed
chore: update
1 parent f73546b commit 338b674

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-ubuntu.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,10 @@ jobs:
106106
if: steps.changes.outputs.changed == 'true'
107107
run: pnpm run test:e2e
108108

109-
# only run benchmark in Ubuntu
109+
# only run benchmark in Ubuntu
110110
- name: Benchmarks (Vitest)
111111
uses: CodSpeedHQ/action@v3
112+
if: steps.changes.outputs.changed == 'true'
112113
with:
113114
run: pnpm run test:benchmark
114115
# token retrieved from the CodSpeed app at the previous step

0 commit comments

Comments
 (0)