Skip to content

Commit

Permalink
ci: exclude failing file
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Dec 21, 2024
1 parent 09075b8 commit 0c2b791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
with:
files: |
examples/**/Kconfig*
!examples/linux/scripts/Kconfig.include
!examples/linux/scripts/kconfig/tests/preprocess/builtin_func/Kconfig
!examples/linux/scripts/kconfig/tests/preprocess/circular_expansion/Kconfig
!examples/linux/scripts/kconfig/tests/preprocess/escape/Kconfig
Expand Down

0 comments on commit 0c2b791

Please sign in to comment.