ci: bench fix concurrency for workflow trigger dispatch with sha1 (#6478)

This commit is contained in:
Pierrick Hymbert
2024-04-04 16:59:04 +02:00
committed by GitHub
parent a74401f0e5
commit 8120efee1d

View File

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