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