From 5ff7a7dd8bbebde1fc14990a977fbe834f2ed8e0 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Tue, 19 Jul 2022 16:33:33 +0100 Subject: [PATCH] github/workflows: run periodic benchmarks earlier (#2121) --- .github/workflows/benchmarking.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index d08c3c50bd..cfd54325eb 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -11,7 +11,7 @@ on: # │ │ ┌───────────── day of the month (1 - 31) # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) - - cron: '36 7 * * *' # run once a day, timezone is utc + - cron: '36 4 * * *' # run once a day, timezone is utc workflow_dispatch: # adds ability to run this manually