From b651e13bd662460dde307a505d8edca1e299d2b0 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 31 Mar 2024 09:26:52 +0200 Subject: [PATCH] Schedule leverage tier updates --- .github/workflows/binance-lev-tier_update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/binance-lev-tier_update.yml b/.github/workflows/binance-lev-tier_update.yml index 14a8ad296..f06251cca 100644 --- a/.github/workflows/binance-lev-tier_update.yml +++ b/.github/workflows/binance-lev-tier_update.yml @@ -1,8 +1,8 @@ name: Binance Leverage tiers update on: - # schedule: - # - cron: "0 3 * * 2" + schedule: + - cron: "0 3 * * 4" # on demand workflow_dispatch: @@ -39,7 +39,7 @@ jobs: labels: | Tech maintenance Dependencies - branch: update/pre-commit-hooks + branch: update/binance-leverage-tiers title: Update Binance Leverage Tiers commit-message: "chore: update pre-commit hooks" committer: Freqtrade Bot