This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 1d374097fc86137d67d6fcad8f71cc8e5e77a067
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Feb 8 09:51:21 2024 +0100

    Remove validate-operators-init from v2-* static check branches (#37238)
    
    In v2-7* branches we usually don't cherry-pick provider changes and
    we generally skip all the provider-related static checks and tests.
    
    (cherry picked from commit 53185aba1a1a0475c4cb537560e0ca5d3983644f)
---
 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 394774a4b1..ea2667f07c 100644
--- a/dev/breeze/src/airflow_breeze/utils/selective_checks.py
+++ b/dev/breeze/src/airflow_breeze/utils/selective_checks.py
@@ -877,6 +877,7 @@ class SelectiveChecks:
                     "check-provider-yaml-valid",
                     "validate-operators-init",
                     "lint-helm-chart",
+                    "validate-operators-init",
                 )
             )
 

Reply via email to