Add cron job for syncing every 30 minutes

Add a cron schedule to run every 30 minutes.
This commit is contained in:
rrzt
2026-06-29 11:33:12 +08:00
committed by GitHub
parent 1b0108efa4
commit efbb5fa243
+1
View File
@@ -2,6 +2,7 @@ name: Sync GitHub Repos to Subfolders and unzip to master
on:
schedule:
- cron: "*/30 * * * *"
- cron: '0 0 * * *'
workflow_dispatch: