Modify cron schedule in main.yml

Updated cron schedule for GitHub Actions workflow.
This commit is contained in:
rrzt
2026-06-29 11:31:47 +08:00
committed by GitHub
parent bc66d54a0f
commit 1b0108efa4
-1
View File
@@ -2,7 +2,6 @@ name: Sync GitHub Repos to Subfolders and unzip to master
on:
schedule:
- cron: '0 * * * *' # 每小时一次
- cron: '0 0 * * *'
workflow_dispatch: