From 030b4fba04445229ac5742c32eff5225046d85f4 Mon Sep 17 00:00:00 2001 From: Ryan Racicot Date: Mon, 5 Feb 2024 10:18:19 -0500 Subject: [PATCH] Remove reference to Proton preview CLI model --- .github/workflows/proton_run.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/proton_run.yml b/.github/workflows/proton_run.yml index 6a574c74..1cd3fe6f 100644 --- a/.github/workflows/proton_run.yml +++ b/.github/workflows/proton_run.yml @@ -226,12 +226,6 @@ jobs: aws-region: ${{ needs.get-deployment-data.outputs.proton_region }} role-to-assume: ${{ needs.get-deployment-data.outputs.role_arn }} role-session-name: TF-Github-Actions-Notify-Proton - - # This is a temporary measure until this feature exits Public Preview - - name: Install Proton Model - if: github.ref == 'refs/heads/main' && github.event_name == 'push' - run: | - aws s3 cp s3://aws-proton-preview-public-files/model/proton-2020-07-20.normal.json . - name: Notify Proton Success id: notify_success