vincbeck commented on code in PR #69615:
URL: https://github.com/apache/airflow/pull/69615#discussion_r3545885549


##########
dev/breeze/src/airflow_breeze/utils/selective_checks.py:
##########
@@ -1493,7 +1493,7 @@ def pyproject_toml_changed(self) -> bool:
                 f"[warning]Cannot determine pyproject.toml changes. "
                 f"Could not get pyproject.toml from {self._commit_ref}[/]"
             )
-            return False
+            return "pyproject.toml" in self._files

Review Comment:
   Why? Please review (by a human) the code before updating the PR. 



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