diff --git a/.circleci/config.yml b/.circleci/config.yml index a894e61e8..66521e4ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -307,11 +307,14 @@ jobs: - store_test_results: path: build/test-results/test/TEST.xml - - slack/notify: - event: fail - branch_pattern: "develop" - channel: "alerts-parse-tests" - template: basic_fail_1 + - when: + condition: <> + steps: + - slack/notify: + event: fail + branch_pattern: "develop" + channel: "alerts-parse-tests" + template: basic_fail_1 pre-commit: executor: default_image