mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-09 17:15:31 +00:00
Fix when
and depends_on
(#3063)
also close #3060 because it's no longer necessary then --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
136f2db55b
commit
12db130b0b
1 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,9 @@ steps:
|
|||
commands:
|
||||
- go mod vendor
|
||||
when:
|
||||
- path: *when_path
|
||||
- path:
|
||||
- <<: *when_path
|
||||
- '.woodpecker/**'
|
||||
|
||||
lint-pipeline:
|
||||
depends_on:
|
||||
|
@ -130,8 +132,6 @@ steps:
|
|||
depends_on:
|
||||
- test
|
||||
- sqlite
|
||||
- postgres
|
||||
- mysql
|
||||
pull: true
|
||||
image: docker.io/woodpeckerci/plugin-codecov:2.1.2
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue