Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 1e13c2c

Browse files
CI: fetch whole repository's git history
1 parent 55ce29d commit 1e13c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Clone the git repo
3434
uses: actions/checkout@v2
3535
with:
36-
fetch-depth: 50
36+
fetch-depth: 0
3737

3838
- name: Pull or rebuild the image
3939
run: cd $WORKDIR && ${{ matrix.CONFIG }} ./pull-or-rebuild-image.sh rebuild
@@ -81,7 +81,7 @@ jobs:
8181
- name: Clone the git repo
8282
uses: actions/checkout@v2
8383
with:
84-
fetch-depth: 50
84+
fetch-depth: 0
8585

8686
- name: Install PMDK
8787
run: |

0 commit comments

Comments
 (0)