This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 49471b097e Typescript files are also now triggering UI/WWW tests
(#27760)
49471b097e is described below
commit 49471b097eec972051bc51cc3a6425c1b63e6190
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Nov 18 01:14:11 2022 +0100
Typescript files are also now triggering UI/WWW tests (#27760)
---
dev/breeze/src/airflow_breeze/utils/selective_checks.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev/breeze/src/airflow_breeze/utils/selective_checks.py
b/dev/breeze/src/airflow_breeze/utils/selective_checks.py
index 985a822f4d..883d175311 100644
--- a/dev/breeze/src/airflow_breeze/utils/selective_checks.py
+++ b/dev/breeze/src/airflow_breeze/utils/selective_checks.py
@@ -136,6 +136,7 @@ CI_FILE_GROUP_MATCHES = HashableDict(
r"^chart/values\.json",
],
FileGroupForCi.WWW_FILES: [
+ r"^airflow/www/.*\.ts[x]?$",
r"^airflow/www/.*\.js[x]?$",
r"^airflow/www/[^/]+\.json$",
r"^airflow/www/.*\.lock$",