From 34db721709fb2e55282a01bee72bbbf13b25b884 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Thu, 4 Jun 2026 15:24:52 +0200 Subject: [PATCH] [workflow] fix autoupdate not running -.- --- .gitea/workflows/autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/autoupdate.yml b/.gitea/workflows/autoupdate.yml index a4b7c7e..a484c97 100644 --- a/.gitea/workflows/autoupdate.yml +++ b/.gitea/workflows/autoupdate.yml @@ -2,7 +2,7 @@ name: Weekly Flake Update on: schedule: - - cron: "0 4 /14 * *" + - cron: "0 4 1/14 * *" workflow_dispatch: permissions: