From 552a75f13d4efee1e3b3131f31fafde252ac0ae2 Mon Sep 17 00:00:00 2001 From: Lino Silva Date: Wed, 6 Nov 2024 23:31:51 +0000 Subject: [PATCH] Changed cron --- .gitea/workflows/sync-prices.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sync-prices.yaml b/.gitea/workflows/sync-prices.yaml index 4bdb7c4..e6a6fd4 100644 --- a/.gitea/workflows/sync-prices.yaml +++ b/.gitea/workflows/sync-prices.yaml @@ -3,7 +3,7 @@ run-name: Build docker image and publish to registry on: schedule: - - cron: '0 10,22 * * *' + - cron: '40 23 * * *' push: branches: - 'main'