diff --git a/.github/workflows/ci-frontend-e2e.yml b/.github/workflows/ci-frontend-e2e.yml index 6909e82355..2f40b50bf9 100644 --- a/.github/workflows/ci-frontend-e2e.yml +++ b/.github/workflows/ci-frontend-e2e.yml @@ -14,7 +14,6 @@ env: NODE_VERSION: 22 LOCKFILE_PATH: ./frontend/package-lock.json PACKAGE_MANAGER: npm - ENABLE_OPPORTUNITY_ATTACHMENT_PIPELINE: false concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/api/local.env b/api/local.env index 3dcd72f695..d304ee7d6a 100644 --- a/api/local.env +++ b/api/local.env @@ -108,7 +108,7 @@ IS_LOCAL_AWS=1 # Feature Flags ############################ ENABLE_OPPORTUNITY_LOG_MSG=false -ENABLE_OPPORTUNITY_ATTACHMENT_PIPELINE=true +ENABLE_OPPORTUNITY_ATTACHMENT_PIPELINE=false ############################ # Endpoint Configuration