更新 .gitea/workflows/sync_raw_file.yml
All checks were successful
SyncRawFile / sync_files (push) Successful in 38s
All checks were successful
SyncRawFile / sync_files (push) Successful in 38s
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
||||
paths:
|
||||
- .gitea/workflows/sync_raw_file.yml # 仅在该文件被修改时触发
|
||||
schedule:
|
||||
- cron: "0 * * * *" # 每小时执行一次
|
||||
- cron: "0 */6 * * *" # 每小时执行一次
|
||||
|
||||
jobs:
|
||||
sync_files:
|
||||
|
||||
Reference in New Issue
Block a user