Skip to content

Commit

Permalink
chore: fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudyPadmal committed Oct 20, 2023
1 parent f6a309d commit ba4fd69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hardware-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Download project files
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install KiCAD
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pullrequest-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Download project files
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install KiCAD
run: |
Expand Down

0 comments on commit ba4fd69

Please sign in to comment.