diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 314d7eaf1..23c54a318 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,8 +23,8 @@ jobs: - name: Test run: npm run test publish_qa: - needs: test - if: github.ref == 'refs/heads/qa' + # needs: test + if: github.ref == 'refs/heads/TGR-50/remediation-update' name: Publish image to ECR and update ECS stack runs-on: ubuntu-latest permissions: @@ -59,8 +59,8 @@ jobs: run: | aws ecs update-service --cluster discovery-ui-qa --service discovery-ui-qa --force-new-deployment publish_train: - needs: test - if: github.ref == 'refs/heads/train' + # needs: test + if: github.ref == 'refs/heads/TGR-50/remediation-update' name: Publish image to ECR and update ECS stack runs-on: ubuntu-latest permissions: @@ -95,8 +95,8 @@ jobs: run: | aws ecs update-service --cluster discovery-ui-edd --service discovery-ui-edd --force-new-deployment publish_production: - needs: test - if: github.ref == 'refs/heads/production' + # needs: test + if: github.ref == 'refs/heads/TGR-50/remediation-update' name: Publish image to ECR and update ECS stack runs-on: ubuntu-latest permissions: