Commits


Scott McKay authored and GitHub committed 01c376a0b9e
Update script to run CIs for a branch. (#19797) ### Description <!-- Describe your changes. --> - Support multiple include/exclude values. - e.g. can now run with `-i MacOS -i iOS` to run CIs for both Apple platforms. - Default to current branch if run from directory in repo. - make lazier usage possible ### 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. --> Improve tools. --------- Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com>