File tree Expand file tree Collapse file tree 5 files changed +6
-1
lines changed Expand file tree Collapse file tree 5 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
tests_android :
2
2
when :
3
3
and :
4
+ - equal : [ true, false ] # Disable for visionOS
4
5
- equal : [ false, << pipeline.parameters.run_release_workflow >> ]
5
6
- equal : [ false, << pipeline.parameters.run_nightly_workflow >> ]
6
7
jobs :
Original file line number Diff line number Diff line change 1
1
tests_e2e :
2
2
when :
3
3
and :
4
+ - equal : [ true, false ] # Disable for visionOS
4
5
- equal : [ false, << pipeline.parameters.run_release_workflow >> ]
5
6
- equal : [ false, << pipeline.parameters.run_nightly_workflow >> ]
6
7
jobs :
Original file line number Diff line number Diff line change 1
1
test_ios :
2
2
when :
3
3
and :
4
+ - equal : [ true, false ] # Disable for visionOS
4
5
- equal : [ false, << pipeline.parameters.run_release_workflow >> ]
5
6
- equal : [ false, << pipeline.parameters.run_nightly_workflow >> ]
6
7
jobs :
Original file line number Diff line number Diff line change 9
9
- test_js :
10
10
name : test_js_prev_lts
11
11
executor : nodeprevlts
12
- - test_windows
12
+ # Not needed for visionOS
13
+ # - test_windows
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ workflows:
126
126
publish_bumped_packages :
127
127
when :
128
128
and :
129
+ - equal : [ 'https://github.com/facebook/react-native', << pipeline.project.git_url >> ]
129
130
- equal : [ false, << pipeline.parameters.run_release_workflow >> ]
130
131
- equal : [ false, << pipeline.parameters.run_nightly_workflow >> ]
131
132
jobs :
You can’t perform that action at this time.
0 commit comments