From e43300662c13ed4bbfb726faa0200e96f6a67a05 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 28 Mar 2026 18:36:32 +0000 Subject: [PATCH] ci: remove docker/** from smoke-init path trigger MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The smoke-init pipeline tests `disinto init` against a Forgejo instance — it does not build or use the agents Docker image. Changes under docker/ should not trigger this workflow. Co-Authored-By: Claude Opus 4.6 (1M context) --- .woodpecker/smoke-init.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.woodpecker/smoke-init.yml b/.woodpecker/smoke-init.yml index 69afddb..ecb8105 100644 --- a/.woodpecker/smoke-init.yml +++ b/.woodpecker/smoke-init.yml @@ -14,7 +14,6 @@ when: - "lib/load-project.sh" - "tests/smoke-init.sh" - ".woodpecker/smoke-init.yml" - - "docker/**" - event: push branch: main path: @@ -22,7 +21,6 @@ when: - "lib/load-project.sh" - "tests/smoke-init.sh" - ".woodpecker/smoke-init.yml" - - "docker/**" steps: - name: smoke-init