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:
Gabriel Luiz Freitas Almeida 2024-11-12 18:03:20 -03:00 committed by GitHub
commit 3d65de4c79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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