Skip to content

Update v1.7.2 - workflows update

Compare
Choose a tag to compare
@AlejandroCN7 AlejandroCN7 released this 31 Jan 09:17
· 356 commits to main since this release

Patch Notes

  • Workflows have been updated in order to support pull requests from forked repositories.
  • Now workflow in pull request check code format (warnings), documentation and tests.
  • Protection workflow is created in order to check users have no modified workflows or tests (this workflow use code base PR always).
  • When a pull request is merged or there is a commit pushed in main branch, a workflow will update documentation and code format using a bot commit and it will update container latest tag in Docker Hub
  • Github Action documentation has been updated.