Skip to content

Commit 62c7894

Browse files
authored
Add mobile CIs to list run by script for external PRs. (#18094)
### Description <!-- Describe your changes. --> Add the mobile CIs to the list so we check external PRs don't break those. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Recent external PR was found to break iOS CI after checkin
1 parent ed41a28 commit 62c7894

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/python/run_CIs_for_external_pr.py

+4
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ def main():
9393
# checks
9494
"onnxruntime-python-checks-ci-pipeline",
9595
"onnxruntime-binary-size-checks-ci-pipeline",
96+
# not currently required, but running ensures we're hitting all mobile platforms
97+
"Android CI Pipeline",
98+
"iOS CI Pipeline",
99+
"ONNX Runtime React Native CI Pipeline",
96100
]
97101

98102
# remove pipelines that have already run successfully

0 commit comments

Comments
 (0)