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:
commit
358f719e21
1 changed files with 12 additions and 0 deletions
12
.woodpecker/passthrough.yaml
Normal file
12
.woodpecker/passthrough.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: passthrough
|
||||||
|
|
||||||
|
when:
|
||||||
|
- event: pull_request
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: pass
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- echo "ok"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue