fix: fix when clause YAML format for Woodpecker CI
This commit is contained in:
parent
8bba0d40bc
commit
0ec8cd050b
1 changed files with 7 additions and 7 deletions
|
|
@ -1,11 +1,11 @@
|
|||
when:
|
||||
- event: pull_request
|
||||
path:
|
||||
- "bin/disinto"
|
||||
- "lib/load-project.sh"
|
||||
- "lib/env.sh"
|
||||
- "tests/**"
|
||||
- ".woodpecker/smoke-init.yml"
|
||||
event: pull_request
|
||||
path:
|
||||
- "bin/disinto"
|
||||
- "lib/load-project.sh"
|
||||
- "lib/env.sh"
|
||||
- "tests/**"
|
||||
- ".woodpecker/smoke-init.yml"
|
||||
|
||||
steps:
|
||||
- name: smoke-init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue