Skip to content

Commit 36e6cde

Browse files
authored
Merge branch 'main' into cg-main
2 parents d06dfae + 149b2d1 commit 36e6cde

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/microsoft-pr.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,20 +143,18 @@ jobs:
143143
# if: ${{ endsWith(github.base_ref, '-stable') }}
144144
# uses: ./.github/workflows/microsoft-react-native-test-app-integration.yml
145145

146-
all:
147-
name: "All"
146+
PR:
147+
name: "PR"
148148
permissions: {}
149149
runs-on: ubuntu-latest
150150
needs:
151151
- lint-title
152-
- build-website
153152
- npm-publish-dry-run
154153
- yarn-constraints
155154
- javascript-tests
156155
- build-rntester
157156
# - test-react-native-macos-init
158157
# - react-native-test-app-integration
159-
if: always()
160158
steps:
161159
- name: All required jobs passed
162160
run: echo "All required jobs completed."

0 commit comments

Comments
 (0)