From 24a9d1b415fc3910ba668710781d933fa9f9528f Mon Sep 17 00:00:00 2001 From: rob thijssen Date: Wed, 17 Jun 2026 18:20:07 +0300 Subject: [PATCH] chore(poll): restore 6h upstream poll cadence The hourly cadence was a temporary measure for fast feedback while debugging the build failures. Builds are green and publishing, so revert to the standard 6h trigger. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitea/workflows/poll-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/poll-upstream.yml b/.gitea/workflows/poll-upstream.yml index 8f46d61..299aa2e 100644 --- a/.gitea/workflows/poll-upstream.yml +++ b/.gitea/workflows/poll-upstream.yml @@ -2,7 +2,7 @@ name: poll-upstream on: schedule: - - cron: "0 * * * *" + - cron: "0 */6 * * *" workflow_dispatch: {} concurrency: