Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Claude
bcc8397e52 ci: retrigger smoke-init pipeline
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
2026-03-28 15:36:46 +00:00
Claude
e74723982d fix: fix: smoke-init should only run on pull_request events, not push (#21)
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline failed
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 15:26:08 +00:00

View file

@ -8,7 +8,15 @@
# to run as the 'git' user (pre-created in the Forgejo Docker image).
when:
event: [push, pull_request]
- event: pull_request
path:
- "bin/disinto"
- "lib/load-project.sh"
- "tests/smoke-init.sh"
- ".woodpecker/smoke-init.yml"
- "docker/**"
- event: push
branch: main
path:
- "bin/disinto"
- "lib/load-project.sh"