From 21c411b9a8324693cf9b3a993cee65df4d0e75db Mon Sep 17 00:00:00 2001 From: Samarth Chandna <57265280+samarth52@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:19:44 -0500 Subject: [PATCH] Updated Sentry Workflow Parameters (#259) --- .github/workflows/ci.yaml | 3 +-- .github/workflows/deploy.yaml | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c6780b3a..efc92b5e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,6 @@ jobs: # Always run the linter, even if prettier failed if: ${{ steps.install.outcome == 'success' }} - build: name: Build & Stage runs-on: ubuntu-latest @@ -47,7 +46,7 @@ jobs: REACT_APP_FIREBASE_MESSAGING_SENDER_ID: ${{ secrets.REACT_APP_FIREBASE_MESSAGING_SENDER_ID_DEV }} REACT_APP_FIREBASE_APP_ID: ${{ secrets.REACT_APP_FIREBASE_APP_ID_DEV }} REACT_APP_FIREBASE_MEASUREMENT_ID: ${{ secrets.REACT_APP_FIREBASE_MEASUREMENT_ID_DEV }} - + - name: Stage uses: rossjrw/pr-preview-action@v1 with: diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index cf2406b5..2f305f28 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -45,8 +45,6 @@ jobs: environment: production sourcemaps: 'build/static/js' version: ${{ github.sha }} - ignore-missing: true - continue-on-error: true - name: Deploy uses: JamesIves/github-pages-deploy-action@releases/v3