From 5e4b10cbc34754a22f99f309fbe4af4f48b3af5d Mon Sep 17 00:00:00 2001 From: David Baker Effendi Date: Mon, 31 Aug 2026 07:16:58 +0200 Subject: [PATCH] Move daily benchmark schedule to 06:00 UTC Runs the benchmark at 08:00 SAST instead of 09:47 UTC. --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index cce6977..b7fa9b5 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -2,7 +2,7 @@ name: Benchmark on: schedule: - - cron: '47 9 * * *' + - cron: '0 6 * * *' workflow_dispatch: inputs: bifrost_ref: