Skip to content

Commit

Permalink
chore: update action runner, concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Aug 6, 2024
1 parent 400e1ca commit 62ce8f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
on: [pull_request]
name: bench
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
runBenchmark:
name: run benchmark
runs-on: ubuntu-latest
runs-on: buildjet-16vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v3
- uses: boa-dev/criterion-compare-action@v3
Expand Down

0 comments on commit 62ce8f0

Please sign in to comment.