mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-25 19:04:35 +00:00
ci: bench fix concurrency for workflow trigger dispatch with sha1 (#6478)
This commit is contained in:
parent
a74401f0e5
commit
8120efee1d
2
.github/workflows/bench.yml
vendored
2
.github/workflows/bench.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user