Skip to content

Commit ff33d1f

Browse files
committed
Set fetch-depth: 0
1 parent c6f8bff commit ff33d1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-tutorials.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
4545
- name: Checkout Tutorials
4646
uses: actions/checkout@v3
47+
with:
48+
fetch-depth: 0
4749

4850
- name: Setup Linux
4951
uses: pytorch/pytorch/.github/actions/setup-linux@main
@@ -116,6 +118,8 @@ jobs:
116118
117119
- name: Checkout Tutorials
118120
uses: actions/checkout@v3
121+
with:
122+
fetch-depth: 0
119123

120124
- name: Setup Linux
121125
uses: pytorch/pytorch/.github/actions/setup-linux@main

0 commit comments

Comments
 (0)