Browse Source

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

Pierrick Hymbert 1 year ago
parent
commit
8120efee1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/bench.yml

+ 1 - 1
.github/workflows/bench.yml

@@ -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: