Skip to content

Commit

Permalink
Merge pull request #198 from qdrant/ci/enable-workflow
Browse files Browse the repository at this point in the history
Enable workflow again
  • Loading branch information
timvisee authored Sep 18, 2024
2 parents bad876f + c334516 commit 108873e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/continuous-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Continuous Benchmark
on:
repository_dispatch:
workflow_dispatch:
# disable for now
# schedule:
# # Run every 4 hours
# - cron: "0 */4 * * *"
schedule:
# Run every 4 hours
- cron: "0 */4 * * *"

jobs:
runBenchmark:
Expand Down

0 comments on commit 108873e

Please sign in to comment.