diff --git a/.github/workflows/deploy-stg-ecs.yml b/.github/workflows/deploy-stg-ecs.yml index 2e0cfb462..ca799a2e3 100644 --- a/.github/workflows/deploy-stg-ecs.yml +++ b/.github/workflows/deploy-stg-ecs.yml @@ -3,6 +3,7 @@ on: branches: - "main" - "integration" + - "DOP-4451" concurrency: group: environment-stg-${{ github.ref }} cancel-in-progress: true diff --git a/.github/workflows/deploy-stg-enhanced-webhooks.yml b/.github/workflows/deploy-stg-enhanced-webhooks.yml index 11d0f4e91..230cefba9 100644 --- a/.github/workflows/deploy-stg-enhanced-webhooks.yml +++ b/.github/workflows/deploy-stg-enhanced-webhooks.yml @@ -4,6 +4,7 @@ on: branches: - "main" - "integration" + - "DOP-4451" concurrency: group: environment-stg-enhanced-webhooks-${{ github.ref }} cancel-in-progress: true diff --git a/.github/workflows/deploy-stg-enhanced-worker.yml b/.github/workflows/deploy-stg-enhanced-worker.yml index 24000195c..150d653db 100644 --- a/.github/workflows/deploy-stg-enhanced-worker.yml +++ b/.github/workflows/deploy-stg-enhanced-worker.yml @@ -4,6 +4,7 @@ on: branches: - 'main' - 'integration' + - "DOP-4451" concurrency: group: environment-stg-enhanced-worker-${{ github.ref }} cancel-in-progress: true