From 07275b63a1118a4345f77a08a31132628bc13bfe Mon Sep 17 00:00:00 2001 From: Edwin Guzman Date: Thu, 12 Sep 2024 10:54:48 -0400 Subject: [PATCH] forgot to update qa --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d731c3f4..1cc879a55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: run: npm run test publish_qa: # needs: test - if: github.ref == 'refs/heads/qa' + if: github.ref == 'refs/heads/TGR-50/remediation-update' name: Publish image to ECR and update ECS stack runs-on: ubuntu-latest permissions: