Skip to content

Commit 4a1d718

Browse files
committed
Remove fetch-depth:
1 parent c8e7f34 commit 4a1d718

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/django.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
1717
steps:
1818
- uses: actions/checkout@v2
19-
with:
20-
fetch-depth: "0"
2119
- name: Fetch history, because Heroku deploy fails otherwise.
2220
run: git fetch --prune --unshallow
2321
- name: Set up Python 3.9

0 commit comments

Comments
 (0)