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