From 8c37b64423f420dd175ef7f9ab1fe08d1ab40f2e Mon Sep 17 00:00:00 2001 From: Paul Swingle Date: Mon, 29 Apr 2024 16:29:30 -0700 Subject: [PATCH] remove cron job for benchmarks --- .github/workflows/benchmarks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index b337599fe..a0ae65df4 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -3,8 +3,8 @@ name: Benchmark on: - schedule: - - cron: '0 14 * * *' # Runs at 6 am PST + # schedule: + # - cron: '0 14 * * *' # Runs at 6 am PST workflow_dispatch: jobs: