Skip to content

Commit e02b582

Browse files
authored
chore: add changeset (#257)
1 parent 5e5b639 commit e02b582

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/red-drinks-sell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rslib/core': patch
3+
---
4+
5+
release

.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)