Skip to content

Commit

Permalink
feat: update github actions to not fetch submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jr0me committed Jan 29, 2025
1 parent b90d08e commit d0fba9a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_and_test_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0

- name: Set up dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/compile_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0

- name: Set up dependencies on Ubuntu
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/coverage_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0

- name: Set up dependencies
Expand Down

0 comments on commit d0fba9a

Please sign in to comment.