Skip to content

Commit 6a93c10

Browse files
committed
chore: disable some of upstream pipelines
1 parent 0ee6253 commit 6a93c10

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

.circleci/configurations/test_workflows/testAndroid.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
tests_android:
22
when:
33
and:
4+
- equal: [ true, false ] # Disable for visionOS
45
- equal: [ false, << pipeline.parameters.run_release_workflow >> ]
56
- equal: [ false, << pipeline.parameters.run_nightly_workflow >> ]
67
jobs:

.circleci/configurations/test_workflows/testE2E.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
tests_e2e:
22
when:
33
and:
4+
- equal: [ true, false ] # Disable for visionOS
45
- equal: [ false, << pipeline.parameters.run_release_workflow >> ]
56
- equal: [ false, << pipeline.parameters.run_nightly_workflow >> ]
67
jobs:

.circleci/configurations/test_workflows/testIOS.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
test_ios:
22
when:
33
and:
4+
- equal: [ true, false ] # Disable for visionOS
45
- equal: [ false, << pipeline.parameters.run_release_workflow >> ]
56
- equal: [ false, << pipeline.parameters.run_nightly_workflow >> ]
67
jobs:

.circleci/configurations/test_workflows/testJS.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
- test_js:
1010
name: test_js_prev_lts
1111
executor: nodeprevlts
12-
- test_windows
12+
# Not needed for visionOS
13+
# - test_windows

.circleci/configurations/workflows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ workflows:
126126
publish_bumped_packages:
127127
when:
128128
and:
129+
- equal: [ 'https://github.com/facebook/react-native', << pipeline.project.git_url >> ]
129130
- equal: [ false, << pipeline.parameters.run_release_workflow >> ]
130131
- equal: [ false, << pipeline.parameters.run_nightly_workflow >> ]
131132
jobs:

0 commit comments

Comments
 (0)