From 3df883eb82eed8adf3e32d108f1034507c405f33 Mon Sep 17 00:00:00 2001 From: Thomas Sprayberry <263217947+askalf@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:19:48 +0000 Subject: [PATCH] watch: run the marketplace scan daily (was weekly/Mondays) --- .github/workflows/marketplace-watch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/marketplace-watch.yml b/.github/workflows/marketplace-watch.yml index 717c529..b60879c 100644 --- a/.github/workflows/marketplace-watch.yml +++ b/.github/workflows/marketplace-watch.yml @@ -1,4 +1,4 @@ -# Standing watch: re-scan the official Claude Code plugin DIRECTORY weekly — +# Standing watch: re-scan the official Claude Code plugin DIRECTORY daily — # every catalog plugin, including the external vendor plugins fetched at their # catalog-pinned SHAs — and publish the snapshot to the `watch` branch # (badge.json drives the README badge; WATCH.md is the human report; @@ -8,7 +8,7 @@ name: marketplace-watch on: schedule: - - cron: '17 6 * * 1' # Mondays 06:17 UTC + - cron: '17 6 * * *' # daily 06:17 UTC (staggered off the :00 grid) workflow_dispatch: {} permissions: