From 0f891f7d9d3a469eb23c38d8e3f18d3a943c3cd2 Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Mon, 30 Oct 2023 16:34:29 +0000 Subject: [PATCH] CLDC-2864: don't trigger aws pipeline --- .github/workflows/paas_only_production_pipeline.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/paas_only_production_pipeline.yml b/.github/workflows/paas_only_production_pipeline.yml index 76a85eca8..4e99b053e 100644 --- a/.github/workflows/paas_only_production_pipeline.yml +++ b/.github/workflows/paas_only_production_pipeline.yml @@ -259,15 +259,3 @@ jobs: cf set-env $APP_NAME CSV_DOWNLOAD_PAAS_INSTANCE $CSV_DOWNLOAD_PAAS_INSTANCE cf set-env $APP_NAME SENTRY_DSN $SENTRY_DSN cf push $APP_NAME --strategy rolling - - aws_deploy: - name: AWS Deploy - needs: [lint, test, feature_test, audit] - uses: ./.github/workflows/aws_deploy.yml - with: - aws_account_id: 977287343304 - aws_resource_prefix: core-prod - environment: production - release_tag: ${{ needs.test.outputs.releasetag }} - permissions: - id-token: write