Skip to content

Commit

Permalink
ci: ignore maintainer file checks in collab-hwm branch
Browse files Browse the repository at this point in the history
Maintainer file checks to be ignored until we have the final structure.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Feb 8, 2024
1 parent c4ae349 commit 2fb16cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fb16cc

Please sign in to comment.