From d541ebdc64d668998ddac8ce35516201dced1da0 Mon Sep 17 00:00:00 2001 From: mmeigs Date: Mon, 18 Nov 2024 12:06:23 -0500 Subject: [PATCH] integration --- .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 37ed59875..49bd6cf8c 100644 --- a/.github/workflows/deploy-stg-ecs.yml +++ b/.github/workflows/deploy-stg-ecs.yml @@ -3,6 +3,7 @@ on: branches: - 'main' - 'integration' + - 'redoc-rc' concurrency: group: environment-stg-${{ github.ref }} cancel-in-progress: true