From 2797e7155f0a862d8b7ab3a56c7e0256e340e3e4 Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:42:15 -0400 Subject: [PATCH] DOP-4414 refactoring and cleaning --- .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..1b5c34109 100644 --- a/.github/workflows/deploy-stg-ecs.yml +++ b/.github/workflows/deploy-stg-ecs.yml @@ -3,6 +3,7 @@ on: branches: - "main" - "integration" + - "DOP-4414" concurrency: group: environment-stg-${{ github.ref }} cancel-in-progress: true