Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Dec 16, 2024
1 parent 5b8c48d commit ac84fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run-spelling-check: true,
run-complexity: false,
run-doxygen: false,
exclude-dirs: 'source/portable/NetworkInterface/STM32, source/portable/NetworkInterface/STM32/Drivers/F4, source/portable/NetworkInterface/STM32/Drivers/F7, source/portable/NetworkInterface/STM32/Drivers/H5, source/portable/NetworkInterface/STM32/Drivers/H7'
exclude-dirs: 'source/portable/NetworkInterface/STM32'
},
{
repository: FreeRTOS,
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
uses: ./spellings
with:
path: repo/${{ matrix.inputs.repository }}
exclude-dirs: ${{ matrix.inputs.repository }}
exclude-dirs: ${{ matrix.inputs.exclude-dirs }}

- name: "Recursive Clone: ${{ matrix.inputs.repository }}"
if: success() || failure()
Expand Down

0 comments on commit ac84fc0

Please sign in to comment.