Skip to content

feat(compose): add -allinone=0 split-per-service topology for chaos testing #3639

feat(compose): add -allinone=0 split-per-service topology for chaos testing

feat(compose): add -allinone=0 split-per-service topology for chaos testing #3639

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"