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

This commit is contained in:
2025-10-23 06:28:30 -07:00
parent 6b6332eeb1
commit 0e58c2c812

View File

@@ -83,7 +83,7 @@ jobs:
echo "周日定时任务 → 强制构建"
echo "build=true" >> $GITHUB_OUTPUT
# 2. push 触发且路径匹配()已在 trigger 中过滤,这里直接 true)
# 2. push 触发且路径匹配(已在 trigger 中过滤,这里直接 true)
elif [ "${{ github.event_name }}" = "push" ]; then
echo "push 触发(Dockerfile)→ 构建"
echo "build=true" >> $GITHUB_OUTPUT