更新 .gitea/workflows/sync_repo.yml
Some checks failed
SyncEntireRepo / sync_repo (push) Has been cancelled

This commit is contained in:
2024-11-09 06:46:01 +00:00
parent e220ef87ea
commit 3caeab8fa2

View File

@@ -1,5 +1,8 @@
name: SyncEntireRepo name: SyncEntireRepo
on: on:
push:
paths:
- .gitea/workflows/sync_repo.yml # 仅在该文件被修改时触发
schedule: schedule:
- cron: "0 * * * *" # 每小时执行一次 - cron: "0 * * * *" # 每小时执行一次