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
This commit is contained in:
Scott McKay 2023-11-01 09:25:48 +10:00 committed by GitHub
parent ed41a2836c
commit 62c7894ffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,10 @@ def main():
# checks
"onnxruntime-python-checks-ci-pipeline",
"onnxruntime-binary-size-checks-ci-pipeline",
# not currently required, but running ensures we're hitting all mobile platforms
"Android CI Pipeline",
"iOS CI Pipeline",
"ONNX Runtime React Native CI Pipeline",
]
# remove pipelines that have already run successfully