Skip to content

Commit 6e0f4b3

Browse files
authored
Enable cron (qdrant#203)
1 parent 794cfa0 commit 6e0f4b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-benchmark.yaml

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

1010
jobs:
1111
runBenchmark:

0 commit comments

Comments
 (0)