Skip to content

Commit

Permalink
Enable cron (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
tellet-q authored Sep 20, 2024
1 parent 794cfa0 commit 6e0f4b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Continuous Benchmark
on:
repository_dispatch:
workflow_dispatch:
# schedule:
# # Run every 4 hours
# - cron: "0 */4 * * *"
schedule:
# Run every 4 hours
- cron: "0 */4 * * *"

jobs:
runBenchmark:
Expand Down

0 comments on commit 6e0f4b3

Please sign in to comment.