amoghrajesh commented on code in PR #58866:
URL: https://github.com/apache/airflow/pull/58866#discussion_r2575681605


##########
dev/breeze/src/airflow_breeze/utils/ci_group.py:
##########
@@ -51,8 +48,7 @@ def ci_group(
     For more information, see:
     
https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#grouping-log-lines
     """
-    global _in_ci_group
-    if _in_ci_group or skip_group_output():
+    if getattr(ci_group, "__in_ci_group__", False) or skip_group_output():

Review Comment:
   Perfect @jscheffl! This is what I was suggesting



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to