mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-30 23:18:20 +00:00
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:
parent
ed41a2836c
commit
62c7894ffe
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue