refactor: don't run tests in housekeeping
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter 2023-07-18 19:15:07 +00:00
parent 1e8d44f3bc
commit 80e3921695

View file

@ -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