run_CIs_for_external_pr.py: update required pipelines (#17557)

### Description
Add required pipeline "Windows x64 QNN CI Pipeline" to script
"run_CIs_for_external_pr.py"
This commit is contained in:
Yulong Wang 2023-09-14 21:15:10 -07:00 committed by GitHub
parent 9aafbe3feb
commit 94f2ed6bbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,6 +71,7 @@ def main():
pipelines = [
# windows
"Windows ARM64 QNN CI Pipeline",
"Windows x64 QNN CI Pipeline",
"Windows CPU CI Pipeline",
"Windows GPU CI Pipeline",
"Windows GPU TensorRT CI Pipeline",