From 2fc803f1def78039b2149b973074f437fbbe465d Mon Sep 17 00:00:00 2001 From: tellet-q Date: Thu, 19 Sep 2024 09:24:04 +0200 Subject: [PATCH] Disable cron --- .github/workflows/continuous-benchmark.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: