Skip to content

Commit 8120efe

Browse files
authored
ci: bench fix concurrency for workflow trigger dispatch with sha1 (#6478)
1 parent a74401f commit 8120efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
- cron: '04 2 * * *'
3333

3434
concurrency:
35-
group: ${{ github.workflow }}-${{ github.ref }}
35+
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.sha }}
3636
cancel-in-progress: true
3737

3838
jobs:

0 commit comments

Comments
 (0)