Skip to content

Commit

Permalink
fix: add SENTRY_DISABLE_AUTO_UPLOAD to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Jan 8, 2024
1 parent 3659cec commit 340cf3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
runs-on: ubuntu-latest
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_DISABLE_AUTO_UPLOAD: ${{ github.event_name == 'pull_request' && 'true' || 'false' }}

steps:
- name: Checkout
Expand Down

0 comments on commit 340cf3b

Please sign in to comment.