From 2fbe47e9368b606e4ca8b8eae22e91ed5593e949 Mon Sep 17 00:00:00 2001 From: armistace Date: Thu, 24 Jul 2025 08:56:39 +1000 Subject: [PATCH] update to run at 3.15 am properly (life is UTC here) --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index acf82d2..d9ce08b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,7 +1,7 @@ name: Create Blog Article if new notes exist on: schedule: - - cron: "15 3 * * *" + - cron: "15 18 * * *" push: branches: - master