Revert "Limit the number of commits to checkout to 3000"

This reverts commit 0793572dc3.
This commit is contained in:
Jelle Spijker 2022-07-15 13:57:49 +02:00
parent e179e15f4a
commit 298181abc6

View file

@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 3000
fetch-depth: 0
- name: Setup Python and pip
uses: actions/setup-python@v4