feat(compose): add -allinone=0 split-per-service topology for chaos testing #3638
Workflow file for this run
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: Teranode PR init | |
| # Minimal workflow that always runs for every PR. | |
| # Used as a trigger point for workflow_run workflows (Claude Code review, SonarQube) | |
| # that need to run even for docs-only PRs. | |
| # External contributors require manual approval for workflow runs. | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| init: | |
| name: Initialize PR checks | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Complete | |
| run: echo "PR workflow initialized" |