Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/marketplace-watch.yml
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -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:
Expand Down