Closed jcamachor closed 8 months ago
@ashvina , could you take a look since you reviewed #368? Thanks
Thank you @jcamachor I have a small confusion. GitHub searches the .github/workflows directory in your repository for workflow files. Does that mean that the workflow files which are getting moved to .github folder in this repo would also be executed in addition to xtable-ci repo?
@ashvina , yes, that's right. In fact, these files correspond to GitHub actions that control the status check in GitHub, while the CI itself is controlled by Azure Pipelines workflow files.
What is the purpose of the pull request
This is an addendum to #368. #368 created some action description file for status check on the Azure CI. Those files should be under .github.