docs(gap): close GT-98 and update gap closure evidence #735
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Todo Monorepo CI | |
| # NOTE: This workflow is for a different repo structure (monorepo with src/) | |
| # The current repository uses sdk/cli/ instead | |
| # This file is kept for reference only and is effectively disabled | |
| on: | |
| pull_request: | |
| branches: [ main, develop ] | |
| push: | |
| branches: [ main, develop ] | |
| # Workflow disabled - no valid jobs defined | |
| # The actual CI is handled by sdk-cli-ci.yml and ci-cd.yml | |
| jobs: | |
| placeholder: | |
| name: Disabled | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: echo "This workflow is disabled - see sdk-cli-ci.yml and ci-cd.yml for actual CI" |