Skip to content

Commit 108873e

Browse files
authored
Merge pull request qdrant#198 from qdrant/ci/enable-workflow
Enable workflow again
2 parents bad876f + c334516 commit 108873e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/continuous-benchmark.yaml

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

1110
jobs:
1211
runBenchmark:

0 commit comments

Comments
 (0)