Skip to content

Commit 26a38d3

Browse files
committed
ci: reduce git-fetch depth to 1
Signed-off-by: Sebastien Binet <binet@cern.ch>
1 parent 04963cf commit 26a38d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
3636
- name: Checkout code
3737
uses: actions/checkout@v2
38+
with:
39+
fetch-depth: 1
3840

3941
- name: Cache-Go
4042
uses: actions/cache@v1

0 commit comments

Comments
 (0)