Skip to content

Commit 149b2d1

Browse files
authored
ci: rename GHA job to match Azure Pipelines to satisfy checks (#2664)
## Summary: On older stable branches, our Github repo ruleset looked for a job named "PR", which we have now named "all" in Github Actions. Let's rename the GHA job so that Azure Pipelines and GHA both report success on the same job and we don't need to fork our ruleset. ## Test Plan: Testing in #2650
1 parent e80a43c commit 149b2d1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.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)