Skip to content

Commit b0bc0de

Browse files
committed
[ci] Skip Android tests in Apple PR on master
1 parent 302d1cd commit b0bc0de

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.ado/templates/apple-job-javascript.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ steps:
1717

1818
- template: apple-xcode-select.yml
1919

20-
- template: apple-droid-node-patching.yml
21-
parameters:
22-
apply_office_patches: $(apply_office_patches)
23-
2420
- script: 'yarn install'
2521
displayName: 'yarn install'
2622

@@ -42,4 +38,4 @@ steps:
4238
displayName: 'yarn lint'
4339

4440
- script: 'yarn format-check'
45-
displayName: 'yarn format-check'
41+
displayName: 'yarn format-check'

.ado/templates/apple-job-react-native.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ steps:
3131
# Task Group: Xcode select proper version
3232
- template: apple-xcode-select.yml
3333

34-
- template: apple-droid-node-patching.yml
35-
parameters:
36-
apply_office_patches: $(apply_office_patches)
37-
3834
- task: CmdLine@2
3935
displayName: yarn install
4036
inputs:

0 commit comments

Comments
 (0)