Skip to content

Commit 8415795

Browse files
authored
Fix concurrency group lock (#277)
* Fix concurrency group lock * Remove unused code
1 parent cb1464b commit 8415795

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/manual-compare-versions-benchmark.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ on:
2828
description: "Enable all feature flags (false by default), version 2"
2929
default: false
3030

31-
# Restrict to only running this workflow one at a time.
32-
# Any new runs will be queued until the previous run is complete.
33-
# Any existing pending runs will be cancelled and replaced with current run.
34-
concurrency:
35-
group: continuous-benchmark
36-
3731
jobs:
3832
prepareImage1:
3933
name: Prepare image ${{ inputs.qdrant_version_1 }}

0 commit comments

Comments
 (0)