Skip to content

Commit 38de55d

Browse files
committed
ci: disable benchmarks concurrency
1 parent e605ffc commit 38de55d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
uses: CodSpeedHQ/action@main
4141
with:
4242
run: |
43-
pnpm moon run :bench
44-
pnpm -r bench-tinybench
45-
pnpm -r bench-benchmark-js
43+
pnpm moon run --concurrency 1 :bench
44+
pnpm --workspace-concurrency 1 -r bench-tinybench
45+
pnpm --workspace-concurrency 1 -r bench-benchmark-js
4646
4747
list-examples:
4848
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)