更新 .gitea/workflows/sync_raw_file.yml
All checks were successful
SyncRawFile / sync_files (push) Successful in 5s

This commit is contained in:
2024-11-09 06:24:35 +00:00
parent 3ab71b9d2e
commit 42bd29cb2d

View File

@@ -1,5 +1,6 @@
name: SyncRawFile name: SyncRawFile
on: on:
push: # 当有新提交推送时触发
schedule: schedule:
- cron: "0 * * * *" # 每小时执行一次 - cron: "0 * * * *" # 每小时执行一次