Skip to content

Commit 1be4b27

Browse files
committed
Fix CI check
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
1 parent 9cc205b commit 1be4b27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run-spelling-check: true,
4949
run-complexity: false,
5050
run-doxygen: false,
51-
exclude-dirs: 'ethernet, drivers, FreeRTOS/Demo'
51+
exclude-dirs: 'ethernet, drivers, FreeRTOS/Demo, WinPCap, libslirp-version.h, CMSIS, Trace_Recorder_Configuration, ThirdParty, conssole.h, syscalls.c, Demo_IP_Protocols, Reliance-Edge'
5252
},
5353
{
5454
repository: backoffAlgorithm,
@@ -346,7 +346,7 @@ jobs:
346346
repository: FreeRTOS,
347347
org: FreeRTOS,
348348
branch: main,
349-
exclude-dirs: 'ethernet, drivers, FreeRTOS/Demo'
349+
exclude-dirs: 'ethernet, drivers, FreeRTOS/Demo, WinPCap, libslirp-version.h, CMSIS, Trace_Recorder_Configuration, ThirdParty, conssole.h, syscalls.c, Demo_IP_Protocols, Reliance-Edge'
350350
},
351351
{
352352
repository: FreeRTOS-Cellular-Interface,

0 commit comments

Comments
 (0)