refactor: don't run tests in housekeeping
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1e8d44f3bc
commit
80e3921695
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- pull_request
|
||||||
|
- tag
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Lint
|
- name: Lint
|
||||||
image: docker.io/golangci/golangci-lint:latest
|
image: docker.io/golangci/golangci-lint:latest
|
||||||
|
|
Loading…
Reference in a new issue