Modify cron schedule in main.yml
Updated cron schedule for GitHub Actions workflow.
This commit is contained in:
@@ -2,7 +2,6 @@ name: Sync GitHub Repos to Subfolders and unzip to master
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *' # 每小时一次
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user