ci: remove docker/** from smoke-init path trigger
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:
parent
57725e2c4b
commit
e43300662c
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue