Signed-off-by: jagger <cossjie@foxmail.com>
This commit is contained in:
jagger 2024-09-18 09:13:23 +08:00
parent 9fff1b9786
commit 6b0f506cd6
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: