Skip to content

Commit

Permalink
excluding unwanted submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Sep 20, 2024
1 parent 94e105b commit 0483852
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'true'
submodules_exclude: |
third_party/simplicity_sdk
third_party/wifi_Sdk
third_party/matter_private
# TODO: don't check out simplicity sdk and wifi sdk as a submodule

# - name: Jfrog CLI setup
Expand Down

0 comments on commit 0483852

Please sign in to comment.