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


##########
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:
   Sorry about that! I ran into a local test failure because of a shallow clone 
on my machine and ended up pushing my debug workaround by mistake.
   
   I've reverted it now and force-pushed a clean commit with just the 
config.yml change. I'm renaming the PR title too. Thanks for the catch!"



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