Skip to content

Commit 95fcbb3

Browse files
committed
chore(ci): Temporarily disable auto-upload for E2E build
1 parent 72d7b60 commit 95fcbb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
USE_FRAMEWORKS: ${{ matrix.ios-use-frameworks }}
161161
PRODUCTION: ${{ matrix.build-type == 'production' && '1' || '0' }}
162162
RCT_NEW_ARCH_ENABLED: ${{ matrix.rn-architecture == 'new' && '1' || '0' }}
163-
SENTRY_DISABLE_AUTO_UPLOAD: 'false'
163+
SENTRY_DISABLE_AUTO_UPLOAD: 'true'
164164
strategy:
165165
fail-fast: false # keeps matrix running if one fails
166166
matrix:

0 commit comments

Comments
 (0)