From 1175ef7a02cd1f72fceb9913dcfc1b484c8092b3 Mon Sep 17 00:00:00 2001 From: bagel897 Date: Wed, 22 Jan 2025 17:26:50 -0800 Subject: [PATCH] Disable notif --- .circleci/config.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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