chore: Remove auto trigger TBPs on pg branch#39607
Conversation
WalkthroughThe pull request removes the Changes
Sequence Diagram(s)sequenceDiagram
participant E as GitHub Event
participant S as Setup Job
participant TBP as invoke-tbp-workflow-for-pg
participant D as Docker Build Job
E->>S: Trigger workflow
S->>TBP: If non-push & branch=release condition met
TBP->>D: Dispatch workflow for pg branch
sequenceDiagram
participant E as GitHub Event
participant S as Setup Job
participant D as Docker Build Job
E->>S: Trigger workflow
S->>D: Proceed directly without invoking TBP workflow
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Summary by CodeRabbit