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:
Alvin Huang 2019-07-17 13:43:33 -04:00 committed by GitHub
parent f59e6db9b1
commit 477415b107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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