Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Size reports] Fix transient failure (#14545)
#### Problem The workflow to produce size report comments on PRs adds new data to existing comments as CI runs complete. This fails when (a) there is an existing partial comment for a PR commit, and (b) there are new build artifacts for the commit and/or master, but (c) none of the new artifact pairs are for the same specific builds. In this case there is no new data to add, which leads to an internal table column having the wrong dynamic data type, which causes a python exception. #### Change overview Don't try to create or amend a GitHub comment when there is no new data. #### Testing Locally exercised using current build artifacts.
- Loading branch information