ci: cancel in-progress benches job on push (#3874)

This commit is contained in:
David Hewitt 2024-02-19 22:14:00 +00:00 committed by GitHub
parent 4efc4b82a3
commit ececa86a7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ on:
# performance analysis in order to generate initial data.
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}-benches
cancel-in-progress: true
jobs:
benchmarks:
runs-on: ubuntu-latest