2 parents d06dfae + 149b2d1 commit 36e6cdeCopy full SHA for 36e6cde
1 file changed
.github/workflows/microsoft-pr.yml
@@ -143,20 +143,18 @@ jobs:
143
# if: ${{ endsWith(github.base_ref, '-stable') }}
144
# uses: ./.github/workflows/microsoft-react-native-test-app-integration.yml
145
146
- all:
147
- name: "All"
+ PR:
+ name: "PR"
148
permissions: {}
149
runs-on: ubuntu-latest
150
needs:
151
- lint-title
152
- - build-website
153
- npm-publish-dry-run
154
- yarn-constraints
155
- javascript-tests
156
- build-rntester
157
# - test-react-native-macos-init
158
# - react-native-test-app-integration
159
- if: always()
160
steps:
161
- name: All required jobs passed
162
run: echo "All required jobs completed."
0 commit comments