Updated gh action to support metro_sdk_manager

Description

This pull request updates the .github/workflows/pre-merge.yml workflow to add support for building documentation for the metro-sdk-manager project. The changes ensure that when documentation in metro-sdk-manager is modified, the relevant build job is triggered automatically.

Workflow enhancements for metro-sdk-manager:

  • Added a filter to detect changes in metro-sdk-manager documentation so that related jobs can be conditionally triggered.
  • Updated the path filters to include metro-ai-suite/metro-sdk-manager/docs/**, allowing the workflow to monitor documentation changes for metro-sdk-manager.
  • Introduced a new job, build_metro-sdk-manager, which runs the documentation build workflow specifically for the metro-sdk-manager directory when relevant changes are detected. Fixes # (issue)

Any Newly Introduced Dependencies

N/A

How Has This Been Tested?

N/A

Checklist:

  • I agree to use the APACHE-2.0 license for my code changes.
  • I have not introduced any 3rd party components incompatible with APACHE-2.0.
  • I have not included any company confidential information, trade secret, password or security token.
  • I have performed a self-review of my code.

Merge request reports

Loading