From 05576445c131b9517e3aa9bef349a701c7b9ef16 Mon Sep 17 00:00:00 2001 From: Mandresy RABENJAHARISON Date: Tue, 16 Sep 2025 16:11:27 +0300 Subject: [PATCH] chore: update workflow schedule to run daily at 13:15 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 dc63c9c..87b0316 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: '*/10 * * * *' + - cron: '15 13 * * *' workflow_dispatch: jobs: