diff --git a/.github/workflows/deploy-stg-ecs.yml b/.github/workflows/deploy-stg-ecs.yml index 0c0711cdb..2e0cfb462 100644 --- a/.github/workflows/deploy-stg-ecs.yml +++ b/.github/workflows/deploy-stg-ecs.yml @@ -2,7 +2,6 @@ on: push: branches: - "main" - - "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..c69e736b6 100644 --- a/.github/workflows/deploy-stg-enhanced-webhooks.yml +++ b/.github/workflows/deploy-stg-enhanced-webhooks.yml @@ -4,7 +4,6 @@ on: branches: - 'main' - 'integration' - - 'DOP-4549' concurrency: group: environment-stg-enhanced-webhooks-${{ github.ref }} cancel-in-progress: true