From 621349bb4220dab5c1149ef8231c8e7b2c69ca50 Mon Sep 17 00:00:00 2001 From: Anabella Buckvar Date: Tue, 6 Feb 2024 16:35:10 -0500 Subject: [PATCH] DOP-4305 remove branch from preprd --- .github/workflows/deploy-stg-ecs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-stg-ecs.yml b/.github/workflows/deploy-stg-ecs.yml index 883b8c02f..6b8bf9ca9 100644 --- a/.github/workflows/deploy-stg-ecs.yml +++ b/.github/workflows/deploy-stg-ecs.yml @@ -3,7 +3,6 @@ on: branches: - "main" - "integration" - - "DOP-4305" concurrency: group: environment-stg-${{ github.ref }} cancel-in-progress: true