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:
qwerty287 2023-12-29 13:02:29 +01:00 committed by GitHub
parent 136f2db55b
commit 12db130b0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,9 @@ steps:
commands: commands:
- go mod vendor - go mod vendor
when: when:
- path: *when_path - path:
- <<: *when_path
- '.woodpecker/**'
lint-pipeline: lint-pipeline:
depends_on: depends_on:
@ -130,8 +132,6 @@ steps:
depends_on: depends_on:
- test - test
- sqlite - sqlite
- postgres
- mysql
pull: true pull: true
image: docker.io/woodpeckerci/plugin-codecov:2.1.2 image: docker.io/woodpeckerci/plugin-codecov:2.1.2
settings: settings: