From db0e9eaa3220a8fcebea0d38b59c5dcd22bf63cf Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Tue, 11 Jun 2024 03:01:18 -0700 Subject: [PATCH] Disable `test_android_template` on PR (#44865) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44865 This has not yet passed on main since we started testing on main two weeks ago: https://github.com/facebook/react-native/actions/runs/9316380994/job/25688028045 This change disables the GitHub Actions version `test_android_template` as a signal for PRs or diffs, since it isn't stable yet (but we still run it on main, and can manually dispatch it on any branch). This coverage is still enabled in CircleCI. Changelog: [Internal] Reviewed By: cortinico, alanleedev Differential Revision: D58394745 fbshipit-source-id: 3227328b150a89b450d48784190f5d08d510cd1b --- .github/workflows/test-all.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 42598288d33..efabe4772db 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: