ci: cancel in-progress benches job on push (#3874)
This commit is contained in:
parent
4efc4b82a3
commit
ececa86a7d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue