Skip to content

Commit 81c0de2

Browse files
carlescufigmarull
authored andcommitted
workflows: compliance: Disable BinaryFiles check
The new compliance BinaryFiles check fails when uploading certain binary files in sdk-nrf, particularly Visio files. Disable it for now until we can fix this properly. Signed-off-by: Carles Cufi <[email protected]>
1 parent a1be646 commit 81c0de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
git log --pretty=oneline | head -n 10
7777
# For now we run KconfigBasic, but we should transition to Kconfig
7878
$ZEPHYR_BASE/scripts/ci/check_compliance.py --annotate -e Kconfig \
79-
-c origin/${BASE_REF}..
79+
-e BinaryFiles -c origin/${BASE_REF}..
8080
8181
- name: upload-results
8282
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)