Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 1b95dbc

Browse files
committed
chore: Add ci change for folder exclusion
1 parent affbe2b commit 1b95dbc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ jobs:
100100
CC=gcc-8 make -j $(sysctl -n hw.ncp)
101101
ls -la
102102
103+
- name: Excludes folders and files
104+
run: |
105+
rm -rf llama.cpp/examples/
106+
rm -rf docs/
107+
rm -rf examples/interface
108+
103109
- name: Perform CodeQL Analysis
104110
uses: github/codeql-action/analyze@v3
105111
with:

0 commit comments

Comments
 (0)