diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 42598288d33060..efabe4772db83d 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -823,6 +823,8 @@ jobs: -H "Authorization: Bearer $REACT_NATIVE_BOT_GITHUB_TOKEN" \ -d "{\"event_type\": \"publish\", \"client_payload\": { \"version\": \"${{ github.ref_name }}\" }}" test_android_template: + # TODO: Re-enable once passing + if: ${{ github.event_name != 'pull_request' }} runs-on: ubuntu-latest needs: [prepare_hermes_workspace, build_npm_package] container: