Make PR and Branch created by the sync trigger system to be Cloud-specific.
Also clean-up line spaces in the GHA workflow file.
(Apparently my git was clogged up with previous commits too, even though they cancel each other out eventually, and this PR only has new changes :-) )
Motivation and Context
With a single PR/Branch, per-cloud triggers are overwriting previous per-cloud executions and removing the changes
How Has This Been Tested?
Locally
Types of changes
New feature (non-breaking change which adds functionality)
Checklist
[x] I have updated the documentation accordingly.
[x] I have read the CONTRIBUTING document.
[x] I have added tests to cover my changes if appropriate.
Description
Make PR and Branch created by the sync trigger system to be Cloud-specific. Also clean-up line spaces in the GHA workflow file. (Apparently my
git
was clogged up with previous commits too, even though they cancel each other out eventually, and this PR only has new changes :-) )Motivation and Context
With a single PR/Branch, per-cloud triggers are overwriting previous per-cloud executions and removing the changes
How Has This Been Tested?
Locally
Types of changes
Checklist