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