Skip to content

Commit

Permalink
DOP-4481-hotfix cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Apr 18, 2024
1 parent f629f3a commit 623d905
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-stg-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
branches:
- "main"
- "integration"
- "DOP-4481-hotfix"
concurrency:
group: environment-stg-${{ github.ref }}
cancel-in-progress: true
Expand Down
1 change: 0 additions & 1 deletion src/services/slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 623d905

Please sign in to comment.