更新 .gitea/workflows/nextcloud_sync&build.yml

This commit is contained in:
2025-10-23 06:27:20 -07:00
parent 1acb142778
commit 0a49cd7520

View File

@@ -3,7 +3,7 @@ name: Sync Nextcloud and Build Docker
# 触发条件 # 触发条件
on: on:
schedule: schedule:
# 每天 18:00(UTC)执行一次相当于北京时间 02:00,周日强制全量构建 # 每天 18:00(UTC)执行一次(相当于北京时间 02:00),周日强制全量构建
- cron: '0 18 * * *' - cron: '0 18 * * *'
push: push:
branches: branches: