From 09f31a266b1e827b10f1fc4cbc18b74f883a92de Mon Sep 17 00:00:00 2001 From: tellet-q Date: Wed, 18 Sep 2024 09:29:57 +0200 Subject: [PATCH] Disable workflow for investigation --- .github/workflows/continuous-benchmark.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-benchmark.yaml b/.github/workflows/continuous-benchmark.yaml index 2a04fa73..6333b543 100644 --- a/.github/workflows/continuous-benchmark.yaml +++ b/.github/workflows/continuous-benchmark.yaml @@ -3,9 +3,10 @@ name: Continuous Benchmark on: repository_dispatch: workflow_dispatch: - schedule: - # Run every 4 hours - - cron: "0 */4 * * *" +# disable for now +# schedule: +# # Run every 4 hours +# - cron: "0 */4 * * *" jobs: runBenchmark: