From 2fb16ccc985ebba01e9232d22a16495de9a12f70 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 8 Feb 2024 06:36:08 -0500 Subject: [PATCH] ci: ignore maintainer file checks in collab-hwm branch Maintainer file checks to be ignored until we have the final structure. Signed-off-by: Anas Nashif --- .github/workflows/compliance.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index de1decb2cc651c..797c4ec9230c12 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -57,7 +57,8 @@ jobs: # debug ls -la git log --pretty=oneline | head -n 10 - ./scripts/ci/check_compliance.py --annotate -e KconfigBasic \ + # ignore maintainer check for now, needs to be fixed before merge into main + ./scripts/ci/check_compliance.py --annotate -e KconfigBasic -e ModulesMaintainers -e MaintainersFormat \ -c origin/${BASE_REF}.. - name: upload-results