From 64183726a23ff8fbe77880d377e5a9194142f652 Mon Sep 17 00:00:00 2001 From: Matthew Grainger Date: Mon, 2 Feb 2026 10:30:02 -0500 Subject: [PATCH] feat: updated replay balance tracker workflow to run at 11:53 and 23:53 --- .github/workflows/post-relay-subsidy-balance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-relay-subsidy-balance.yml b/.github/workflows/post-relay-subsidy-balance.yml index 10beef77..13e1b6e0 100644 --- a/.github/workflows/post-relay-subsidy-balance.yml +++ b/.github/workflows/post-relay-subsidy-balance.yml @@ -2,8 +2,8 @@ name: Relay Balances Slack Report on: schedule: - # Every 12 hours (00:00 and 12:00 UTC) - - cron: '0 */12 * * *' + # Every day at 11:53 and 23:53 UTC + - cron: '53 11,23 * * *' workflow_dispatch: permissions: