Update test to only run on changed go files
Some checks failed
release-nightly / release-image (push) Failing after 20s
Some checks failed
release-nightly / release-image (push) Failing after 20s
This commit is contained in:
parent
5ec7086843
commit
381523a2be
@ -1,7 +1,11 @@
|
|||||||
name: Run go tests
|
name: Run go tests
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
- pull_request
|
paths:
|
||||||
|
- '**.go'
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '**.go'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GOPATH: /go_path
|
GOPATH: /go_path
|
||||||
|
Loading…
Reference in New Issue
Block a user