potiuk commented on code in PR #51153:
URL: https://github.com/apache/airflow/pull/51153#discussion_r2132818101
##########
dev/breeze/src/airflow_breeze/utils/selective_checks.py:
##########
@@ -1194,6 +1194,8 @@ def docs_list_as_string(self) -> str | None:
packages.append("helm-chart")
if any(file.startswith("docker-stack-docs") for file in self._files):
packages.append("docker-stack")
+ if any(file.startswith("task-sdk/src/") for file in self._files):
Review Comment:
It's the `` FileGroupForCi.DOC_FILES: [`` above that should be
changed. Here it was fine.
--
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]