Skip to content

Commit 62ce8f0

Browse files
committed
chore: update action runner, concurrency
1 parent 400e1ca commit 62ce8f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/bench.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
on: [pull_request]
22
name: bench
3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
5+
cancel-in-progress: true
36
jobs:
47
runBenchmark:
58
name: run benchmark
6-
runs-on: ubuntu-latest
9+
runs-on: buildjet-16vcpu-ubuntu-2204
710
steps:
811
- uses: actions/checkout@v3
912
- uses: boa-dev/criterion-compare-action@v3

0 commit comments

Comments
 (0)