ci: bench fix concurrency for workflow trigger dispatch with sha1

This commit is contained in:
Pierrick HYMBERT 2024-04-04 13:41:49 +02:00
parent 7a2c92637a
commit a1a539fada

View file

@ -32,7 +32,7 @@ on:
- cron: '04 2 * * *' - cron: '04 2 * * *'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.sha }}
cancel-in-progress: true cancel-in-progress: true
jobs: jobs: