Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fundamental] Touch result file for fork repository (#3481)
# Description CI "Compliance Check" starts to fail recently (one example: #3478 ); the root cause is that the PoliCheck does not support fork repository, so the step that generates result tsv will be skipped, resulting in the following step that will consume the tsv file break. This PR targets to fix this issue by checking the tsv file first, and create an empty one if the file does not exist; then the following step will regard everything is fine and goes on as before. # All Promptflow Contribution checklist: - [x] **The pull request does not introduce [breaking changes].** - [ ] **CHANGELOG is updated for new features, bug fixes or other significant changes.** - [x] **I have read the [contribution guidelines](../CONTRIBUTING.md).** - [ ] **Create an issue and link to the pull request to get dedicated review from promptflow team. Learn more: [suggested workflow](../CONTRIBUTING.md#suggested-workflow).** ## General Guidelines and Best Practices - [x] Title of the pull request is clear and informative. - [x] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md). ### Testing Guidelines - [x] Pull request includes test coverage for the included changes. --------- Co-authored-by: Zhengfei Wang <[email protected]>
- Loading branch information