diff --git a/core/check_meta_service.py b/core/check_meta_service.py index f2701f0ee0a03ddd829cf306c6a5e3648f0564c0..3ae39b736e119ea090e228c8e8863a8c866a904c 100644 --- a/core/check_meta_service.py +++ b/core/check_meta_service.py @@ -366,6 +366,9 @@ class CheckMetaPull(object): """ check the pkg whether the branch is protected """ + # LoongArch branch does not check protected + if "loongarch" in change_path.lower(): + return path_list = change_path.split('/') if "multi" in path_list[0] or "Multi" in path_list[0]: branch = path_list[1]