From 7e3e206ab3407a2ca07029c82ed8344fd82a8279 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 16 Apr 2026 06:35:04 +0200 Subject: [PATCH] chore(ci): move leverage tiers update by 1 hour --- .github/workflows/binance-lev-tier-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binance-lev-tier-update.yml b/.github/workflows/binance-lev-tier-update.yml index 4354c233b..cc0c11c68 100644 --- a/.github/workflows/binance-lev-tier-update.yml +++ b/.github/workflows/binance-lev-tier-update.yml @@ -2,7 +2,7 @@ name: Binance Leverage tiers update on: schedule: - - cron: "25 3 * * 4" + - cron: "25 2 * * 4" # on demand workflow_dispatch: