File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,9 +128,15 @@ jobs:
128128 test-react-native-macos-init :
129129 name : " Test react-native-macos init"
130130 permissions : {}
131+ # https://github.com/microsoft/react-native-macos/issues/2344
132+ # Run only for stable branches. Once nightlies are available, enable on main as well.
133+ if : ${{ endsWith(github.base_ref, '-stable') }}
131134 uses : ./.github/workflows/microsoft-test-react-native-macos-init.yml
132135
133136 react-native-test-app-integration :
134137 name : " Test react-native-test-app integration"
135138 permissions : {}
139+ # https://github.com/microsoft/react-native-macos/issues/2344
140+ # Run only for stable branches. Once nightlies are available, enable on main as well.
141+ if : ${{ endsWith(github.base_ref, '-stable') }}
136142 uses : ./.github/workflows/microsoft-react-native-test-app-integration.yml
You can’t perform that action at this time.
0 commit comments