We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9095c07 commit eb4fa4cCopy full SHA for eb4fa4c
sqlmesh/integrations/github/cicd/controller.py
@@ -482,7 +482,7 @@ def forward_only_plan(self) -> bool:
482
head_ref = self._pull_request.head.ref
483
if isinstance(head_ref, str):
484
return head_ref.endswith(self.bot_config.forward_only_branch_suffix)
485
- return False
+ return self._context.config.plan.forward_only
486
487
@classmethod
488
def _append_output(cls, key: str, value: str) -> None:
0 commit comments