Remvoe event
Signed-off-by: jolheiser <john.olheiser@gmail.com>
parent
3dca020eb2
commit
f94a0913a2
|
@ -3,6 +3,4 @@ pipeline:
|
||||||
image: golang:1.17
|
image: golang:1.17
|
||||||
commands:
|
commands:
|
||||||
- go test -race ./...
|
- go test -race ./...
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
when:
|
|
||||||
event: [ pull_request ]
|
|
Loading…
Reference in New Issue