kaxil commented on code in PR #68109:
URL: https://github.com/apache/airflow/pull/68109#discussion_r3365864150
##########
dev/breeze/src/airflow_breeze/utils/selective_checks.py:
##########
@@ -657,10 +656,6 @@ def _should_run_all_tests_and_versions(self) -> bool:
f"[warning]Only text non doc files changed in
{self._github_event}, skip full tests[/]"
)
return False
- # On push to release branches (v3-X-test, etc), only run selective
tests.
- # Canaries (SCHEDULE) and manual triggers (WORKFLOW_DISPATCH)
still run full matrix.
- if self._github_event == GithubEvents.PUSH and
self._default_branch != "main":
- return False
Review Comment:
This looks unrelated
--
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]