Skip to content

Commit

Permalink
Fix when and depends_on (woodpecker-ci#3063)
Browse files Browse the repository at this point in the history
also close woodpecker-ci#3060 because it's no longer necessary then

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and fernandrone committed Feb 1, 2024
1 parent f15e4d2 commit 86be3c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .woodpecker/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ steps:
commands:
- go mod vendor
when:
- path: *when_path
- path:
- <<: *when_path
- '.woodpecker/**'

lint-pipeline:
depends_on:
Expand Down Expand Up @@ -130,8 +132,6 @@ steps:
depends_on:
- test
- sqlite
- postgres
- mysql
pull: true
image: docker.io/woodpeckerci/plugin-codecov:2.1.2
settings:
Expand Down

0 comments on commit 86be3c5

Please sign in to comment.