diff --git a/.github/workflows/deploy-stg-ecs.yml b/.github/workflows/deploy-stg-ecs.yml index ca799a2e3..03f08b943 100644 --- a/.github/workflows/deploy-stg-ecs.yml +++ b/.github/workflows/deploy-stg-ecs.yml @@ -3,7 +3,7 @@ on: branches: - "main" - "integration" - - "DOP-4451" + # - "DOP-4451" concurrency: group: environment-stg-${{ github.ref }} cancel-in-progress: true diff --git a/api/controllers/v1/slack.ts b/api/controllers/v1/slack.ts index 66c504028..c4591c002 100644 --- a/api/controllers/v1/slack.ts +++ b/api/controllers/v1/slack.ts @@ -52,7 +52,7 @@ export const DisplayRepoOptions = async (event: APIGatewayEvent): Promise repoOne.label.text.localeCompare(repoTwo.label.text)); }