From f7f1854db586a84cbcb9df0f0776141f1e6581e3 Mon Sep 17 00:00:00 2001 From: omo50 Date: Wed, 4 Mar 2026 04:39:22 +0000 Subject: [PATCH] chore(actions): auto update multiple times a day because we no longer have runner limits --- .forgejo/workflows/auto-update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/auto-update.yml b/.forgejo/workflows/auto-update.yml index 1e177dd9f..7a5d4b65e 100644 --- a/.forgejo/workflows/auto-update.yml +++ b/.forgejo/workflows/auto-update.yml @@ -3,7 +3,8 @@ name: Auto Update on: workflow_dispatch: schedule: - - cron: "0 0 * * 0" + - cron: "0 5 * * *" + - cron: "0 17 * * *" jobs: auto-update: