From 8a37d903ff5b47b4274980de2bea3012cec0da2e Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:54:05 -0400 Subject: [PATCH] DOP-4481-hotfix push to preprd --- .github/workflows/deploy-stg-ecs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-stg-ecs.yml b/.github/workflows/deploy-stg-ecs.yml index 2e0cfb462..9dcb643bf 100644 --- a/.github/workflows/deploy-stg-ecs.yml +++ b/.github/workflows/deploy-stg-ecs.yml @@ -3,6 +3,7 @@ on: branches: - "main" - "integration" + - "DOP-4481-hotfix" concurrency: group: environment-stg-${{ github.ref }} cancel-in-progress: true