From a71f7cbfff71c05a61f19ab832b7702e0db06bc9 Mon Sep 17 00:00:00 2001 From: Adam Weeden Date: Sun, 21 Nov 2021 12:29:41 -0500 Subject: [PATCH] [E4E-30]: Remove invalid stuff from pr-testing --- .github/workflows/pr-testing.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr-testing.yml b/.github/workflows/pr-testing.yml index d18f0db..5fa2139 100644 --- a/.github/workflows/pr-testing.yml +++ b/.github/workflows/pr-testing.yml @@ -10,10 +10,8 @@ on: jobs: test: - name: Install dependencies, test, and deploy a PR build + name: Install dependencies and test runs-on: ubuntu-latest - env: - aws_s3_bucket: ${{ secrets.AWS_S3_BUCKET }}-pr-${{ github.event.number }} strategy: matrix: node: ["14"]