We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5b639 commit e02b582Copy full SHA for e02b582
.changeset/red-drinks-sell.md
@@ -0,0 +1,5 @@
1
+---
2
+'@rslib/core': patch
3
4
+
5
+release
.github/workflows/test-ubuntu.yml
@@ -106,9 +106,10 @@ jobs:
106
if: steps.changes.outputs.changed == 'true'
107
run: pnpm run test:e2e
108
109
- # only run benchmark in Ubuntu
+ # only run benchmark in Ubuntu
110
- name: Benchmarks (Vitest)
111
uses: CodSpeedHQ/action@v3
112
+ if: steps.changes.outputs.changed == 'true'
113
with:
114
run: pnpm run test:benchmark
115
# token retrieved from the CodSpeed app at the previous step
0 commit comments