From a2366100418b47e9d1322285871209543d466e54 Mon Sep 17 00:00:00 2001 From: Mandresy RABENJAHARISON Date: Tue, 16 Sep 2025 16:27:52 +0300 Subject: [PATCH] chore: adjust workflow schedule to run daily at 13:30 UTC --- .gitea/workflows/test-timesheets.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test-timesheets.yaml b/.gitea/workflows/test-timesheets.yaml index 87b0316..13ba9b2 100644 --- a/.gitea/workflows/test-timesheets.yaml +++ b/.gitea/workflows/test-timesheets.yaml @@ -2,7 +2,7 @@ name: Send Weekly Timesheets to Odoo on: schedule: - - cron: '15 13 * * *' + - cron: '30 13 * * *' workflow_dispatch: jobs: