From dd4ab769264863039f5435f5e2e28a246e5710ba Mon Sep 17 00:00:00 2001 From: SukkaW Date: Thu, 13 Aug 2026 22:43:40 +0800 Subject: [PATCH] CI: Clear Dist Repo Star & Fork once per month --- .github/workflows/toggle-dist-repo-visibility.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/toggle-dist-repo-visibility.yml b/.github/workflows/toggle-dist-repo-visibility.yml index 34829b57..9829f458 100644 --- a/.github/workflows/toggle-dist-repo-visibility.yml +++ b/.github/workflows/toggle-dist-repo-visibility.yml @@ -1,9 +1,9 @@ name: Toggle Dist Repo Visibility on: schedule: - # Runs at 22:47 UTC every Sunday + # Runs at 14:47 UTC on the 1st of every month # This also avoids hitting our own auto build schedule at 05:17 and 17:17 UTC - - cron: '47 14 * * 0' + - cron: "47 14 12 * *" workflow_dispatch: concurrency: