Skip to content

Commit 20f15bc

Browse files
committed
skip android lint report file upload
1 parent 7b6e8e7 commit 20f15bc

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -482,13 +482,7 @@ jobs:
482482
run: node scripts/android-play-store-check-slack.mjs
483483

484484
- name: Upload Android Play Store Slack report (main-rc only)
485-
if: >-
486-
success() &&
487-
matrix.platform == 'android' &&
488-
inputs.build_name == 'main-rc' &&
489-
env.CONFIGURATION != 'Debug' &&
490-
env.METAMASK_BUILD_TYPE == 'main' &&
491-
env.METAMASK_ENVIRONMENT != 'e2e'
485+
if: false
492486
uses: actions/upload-artifact@v4
493487
with:
494488
name: android-play-store-check-slack

0 commit comments

Comments
 (0)