Skip to content

Commit 8de0577

Browse files
committed
only on stable
1 parent 2a9ed3c commit 8de0577

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/microsoft-pr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)