feat: format the Query Plan results in table format like Developer Co… #9639
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: Commit Workflow | |
| on: | |
| push: | |
| branches-ignore: [main, develop] | |
| paths-ignore: | |
| - '.claude/**' | |
| - '.cursor/**' | |
| - 'contributing/**' | |
| - 'CONTRIBUTING.md' | |
| - 'docs/**' | |
| - '**/README*' | |
| - 'SECURITY*' | |
| - 'CODE_OF_CONDUCT*' | |
| - 'CHANGELOG*' | |
| - '**/CHANGELOG*' | |
| jobs: | |
| build-and-test: | |
| uses: ./.github/workflows/buildAndTest.yml | |
| e2e-tests: | |
| needs: build-and-test | |
| uses: ./.github/workflows/triggerE2EForCommit.yml | |
| secrets: inherit | |
| with: | |
| vscodeVersion: ${{ vars.MAX_REDHAT_VSCODE_VERSION || 'latest' }} | |
| runId: ${{ github.run_id }} |