From c9c10e5333a1d611ff0a766699c3cb237e5bac0d Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:36:36 -0400 Subject: [PATCH] DOP-4549 removing from preprd --- .github/workflows/deploy-stg-ecs.yml | 2 +- .github/workflows/deploy-stg-enhanced-webhooks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-stg-ecs.yml b/.github/workflows/deploy-stg-ecs.yml index 0c0711cdb..cb179e56c 100644 --- a/.github/workflows/deploy-stg-ecs.yml +++ b/.github/workflows/deploy-stg-ecs.yml @@ -2,7 +2,7 @@ on: push: branches: - "main" - - "DOP-4549" + # - "DOP-4549" - "integration" concurrency: group: environment-stg-${{ github.ref }} diff --git a/.github/workflows/deploy-stg-enhanced-webhooks.yml b/.github/workflows/deploy-stg-enhanced-webhooks.yml index d7baa7a91..11a74ac17 100644 --- a/.github/workflows/deploy-stg-enhanced-webhooks.yml +++ b/.github/workflows/deploy-stg-enhanced-webhooks.yml @@ -4,7 +4,7 @@ on: branches: - 'main' - 'integration' - - 'DOP-4549' + # - 'DOP-4549' concurrency: group: environment-stg-enhanced-webhooks-${{ github.ref }} cancel-in-progress: true