Explorar el Código

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

Pierrick Hymbert hace 1 año
padre
commit
8120efee1d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: