From cd339a5a2bf2e5c9fcd670438182c328cdfcceb4 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Wed, 22 Apr 2020 11:26:44 -0400 Subject: [PATCH] Only notify Slack on job failure --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 92b009cc4..c2debb9dd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -72,7 +72,7 @@ jobs: path: *TEST_RESULTS_DIR - slack/status: - # fail_only: true + fail_only: true only_for_branches: master go-test-e2e: @@ -102,7 +102,7 @@ jobs: path: *TEST_RESULTS_DIR - slack/status: - # fail_only: true + fail_only: true only_for_branches: master # combine code coverage results from the parallel circleci executors