diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 76a10dfd1..5d52a8c4b 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -30,13 +30,13 @@ pipeline: when: path: *when_path - lint: - image: *golang_image - group: test - commands: - - make lint - when: - path: *when_path +# lint: +# image: *golang_image +# group: test +# commands: +# - make lint +# when: +# path: *when_path test: image: *golang_image