]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci: bench fix concurrency for workflow trigger dispatch with sha1 (#6478)
authorPierrick Hymbert <redacted>
Thu, 4 Apr 2024 14:59:04 +0000 (16:59 +0200)
committerGitHub <redacted>
Thu, 4 Apr 2024 14:59:04 +0000 (16:59 +0200)
.github/workflows/bench.yml

index 47d8b6b5dc568b0ade635388ab5162436da06a52..98895a8b10d64c3feca3aacf40963db3ff77c232 100644 (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: