diff --git a/.github/workflows/continuous-benchmark.yaml b/.github/workflows/continuous-benchmark.yaml index 39c87ae5..2a04fa73 100644 --- a/.github/workflows/continuous-benchmark.yaml +++ b/.github/workflows/continuous-benchmark.yaml @@ -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: