From 796e718aa2e38a9c67d6046c0158e02ffa0fce89 Mon Sep 17 00:00:00 2001 From: Lucia Zhang <122565245+ll5zh@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:07:58 -0400 Subject: [PATCH] revert commands/parameters added for testing --- .circleci/config.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f948025d1..2d7ce9c95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,9 +6,6 @@ parameters: run_against_develop_core: type: boolean default: false - test_slack: # added temporarily for testing purposes - type: boolean - default: true orbs: build-tools: circleci/build-tools@2.7.0 @@ -570,13 +567,9 @@ commands: notify-slack: steps: - when: - condition: << pipeline.parameters.test_slack >> + condition: << pipeline.parameters.run_against_develop_core >> steps: - slack/notify: channel: $slack_id event: fail template: basic_fail_1 - - slack/notify: # added temporarily for testing purposes - channel: $slack_id - event: pass - template: basic_success_1