From f94eac698af6eff652f42d1781947514bb098a97 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Thu, 26 Jun 2025 17:01:40 +0200 Subject: [PATCH] disable updater schedule while it hangs --- .forgejo/workflows/update.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index 43418ea1..a1c4bc4b 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -2,8 +2,9 @@ name: update-dependencies on: workflow_dispatch: # allows manual triggering - schedule: - - cron: '0 0 1 * *' # monthly + # FIXME: re-enable when manual run works + # schedule: + # - cron: '0 0 1 * *' # monthly jobs: lockfile: