turning on go tests in circle for non-forks (#6154)
* turning on go tests in circle for non-forks * fix comment
This commit is contained in:
parent
f59e6db9b1
commit
477415b107
|
@ -470,8 +470,8 @@ workflows:
|
|||
- dev-build
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- /^bug\/flaky-test-.*$/ # only run go tests on bug/flaky-test-* for now since we are fixing tests
|
||||
ignore:
|
||||
- /^pull\/.*$/ # only run go tests on non forks
|
||||
- go-test-api: *go-test
|
||||
- dev-upload-s3:
|
||||
requires:
|
||||
|
|
Loading…
Reference in New Issue