Merge pull request 'fix' (#232) from devad/JCC-RIP:master into master

This commit is contained in:
devad 2024-09-18 09:09:04 +08:00
commit 1aa69d77e0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Sync Mirror Repository
on:
schedule:
- cron: '0 * * * *' # 每小时同步一次
- cron: '0 */8 * * *' # 每小时同步一次
workflow_dispatch: # 允许手动触发
jobs: