ci: Add concurrency control to Run benchmarks workflow (#4551)
Add concurrency control to GitHub Actions workflow to cancel in-progress runs
This commit is contained in:
parent
4f905526ac
commit
3d65de4c79
1 changed files with 4 additions and 0 deletions
4
.github/workflows/codspeed.yml
vendored
4
.github/workflows/codspeed.yml
vendored
|
|
@ -13,6 +13,10 @@ on:
|
|||
- "src/backend/tests/performance/**"
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
codspeed:
|
||||
name: Run benchmarks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue