From 536115b1055ce1bdf42854a349a213a1b952ccb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 5 Sep 2024 15:24:48 +0000 Subject: [PATCH] build worker less frequently --- .gitea/workflows/build-image.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 15bb70b..c6794c1 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -5,7 +5,8 @@ on: branches: - main schedule: - - cron: '5 4 * * *' + # every three of the month, at 04:05 + - cron: '5 4 3 * *'