diff --git a/.github/workflows/deploy-stg-ecs.yml b/.github/workflows/deploy-stg-ecs.yml index cb179e56c..0c0711cdb 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 11a74ac17..d7baa7a91 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