Merge pull request 'fix: fix: Woodpecker reports error for evidence-only PRs — no matching pipeline triggers (#1153)' (#1161) from fix/issue-1153 into master

This commit is contained in:
johba 2026-03-25 14:36:02 +01:00
commit 358f719e21

View file

@ -0,0 +1,12 @@
kind: pipeline
type: docker
name: passthrough
when:
- event: pull_request
steps:
- name: pass
image: alpine
commands:
- echo "ok"