From aec041c4dfb275550bf199d49f7031c83e764436 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 11 May 2026 16:00:05 +0200 Subject: [PATCH] ci(sync-addons): run hourly instead of daily So that a new upstream manifest.xml lands on staging within an hour of release instead of waiting up to ~24h for the next cron tick. The script is a cheap no-op when sha256 is unchanged, so the extra runs are effectively free against the 5000/h authenticated API quota. --- .github/workflows/sync-addons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-addons.yml b/.github/workflows/sync-addons.yml index 52428a3..70e4dde 100644 --- a/.github/workflows/sync-addons.yml +++ b/.github/workflows/sync-addons.yml @@ -7,7 +7,7 @@ name: Sync addons on: schedule: - - cron: '0 6 * * *' + - cron: '0 * * * *' workflow_dispatch: permissions: