From fddb482387cbef9b53b822d334c3844e5b89642c Mon Sep 17 00:00:00 2001 From: Andrew Duffy Date: Fri, 2 Aug 2024 12:04:14 -0400 Subject: [PATCH] schedule -> always (will revert) --- .github/workflows/bench.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index d7c9ffbbf2..bd937303d7 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -1,9 +1,8 @@ name: Benchmarks on: - schedule: - # Run M-F at 9:30 UTC (either 9:30 or 10:30 British time depending on season). - - cron: "30 9 * * 1-5" + push: + branches: [develop] permissions: actions: read