mirror of
https://github.com/SukkaW/Surge.git
synced 2026-09-12 18:44:36 +08:00
CI: Clear Dist Repo Star & Fork once per month
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user