ci: remove docker/** from smoke-init path trigger
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/push/smoke-init removed
ci/woodpecker/pr/smoke-init removed

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) <noreply@anthropic.com>
This commit is contained in:
Claude 2026-03-28 18:36:32 +00:00
parent 57725e2c4b
commit e43300662c

View file

@ -14,7 +14,6 @@ when:
- "lib/load-project.sh" - "lib/load-project.sh"
- "tests/smoke-init.sh" - "tests/smoke-init.sh"
- ".woodpecker/smoke-init.yml" - ".woodpecker/smoke-init.yml"
- "docker/**"
- event: push - event: push
branch: main branch: main
path: path:
@ -22,7 +21,6 @@ when:
- "lib/load-project.sh" - "lib/load-project.sh"
- "tests/smoke-init.sh" - "tests/smoke-init.sh"
- ".woodpecker/smoke-init.yml" - ".woodpecker/smoke-init.yml"
- "docker/**"
steps: steps:
- name: smoke-init - name: smoke-init