From 4b145687fe9e2994eb3b8ade9c9a6e59f6ca78e4 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Mon, 10 Jun 2024 19:28:22 -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: alanleedev Differential Revision: D58394745 --- .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 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: