potiuk commented on code in PR #51153:
URL: https://github.com/apache/airflow/pull/51153#discussion_r2132358218
##########
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:
NIT: Also "^task-sdk/docs" should be added to
```
FileGroupForCi.DOC_FILES: [
```
Ony "^task-sdk/src" is there.
This way doc build will be triggered if only `doc` files are changed.
--
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]