From 477415b107b36e085cf1ea14e9597c0ea9226551 Mon Sep 17 00:00:00 2001 From: Alvin Huang Date: Wed, 17 Jul 2019 13:43:33 -0400 Subject: [PATCH] turning on go tests in circle for non-forks (#6154) * turning on go tests in circle for non-forks * fix comment --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e9a9d5620..3c026ea28 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: