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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: