From 623d905feec8dfbd1f57b21c6dd36d3346fa07d3 Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:31:06 -0400 Subject: [PATCH] DOP-4481-hotfix cleaning --- .github/workflows/deploy-stg-ecs.yml | 1 - src/services/slack.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/deploy-stg-ecs.yml b/.github/workflows/deploy-stg-ecs.yml index 9dcb643bf..2e0cfb462 100644 --- a/.github/workflows/deploy-stg-ecs.yml +++ b/.github/workflows/deploy-stg-ecs.yml @@ -3,7 +3,6 @@ on: branches: - "main" - "integration" - - "DOP-4481-hotfix" concurrency: group: environment-stg-${{ github.ref }} cancel-in-progress: true diff --git a/src/services/slack.ts b/src/services/slack.ts index ae4c44845..e5483ec98 100644 --- a/src/services/slack.ts +++ b/src/services/slack.ts @@ -65,7 +65,6 @@ export class SlackConnector implements ISlackConnector { block_hash_option: 'hash_option', }; - console.log(stateValues); // if deploy all was selected: if (stateValues['block_deploy_option']?.deploy_option?.selected_option?.value == 'deploy_all') { if (!isAdmin) {