更新 .gitea/workflows/nextcloud_sync&build.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user