Skip to content

Commit bad876f

Browse files
authored
Disable workflow for investigation (qdrant#197)
1 parent 66ef760 commit bad876f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/continuous-benchmark.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Continuous Benchmark
33
on:
44
repository_dispatch:
55
workflow_dispatch:
6-
schedule:
7-
# Run every 4 hours
8-
- cron: "0 */4 * * *"
6+
# disable for now
7+
# schedule:
8+
# # Run every 4 hours
9+
# - cron: "0 */4 * * *"
910

1011
jobs:
1112
runBenchmark:

0 commit comments

Comments
 (0)