kaxil commented on code in PR #44155:
URL: https://github.com/apache/airflow/pull/44155#discussion_r1847059760


##########
airflow/utils/usage_data_collection.py:
##########
@@ -70,6 +75,26 @@ def _version_is_prerelease(version: str) -> bool:
     return parse(version).is_prerelease
 
 
+def _is_ci_environ() -> bool:
+    """Return True if running in any known CI environment."""
+    if os.getenv("CI") == "true":

Review Comment:
   Based on the convention of what these CI system use, `CI` (caps) seems to be 
standard so 🤷 



-- 
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