Skip to content

Commit

Permalink
makes clean: false and fetch-depth 2147483647 for increased speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell committed Dec 22, 2024
1 parent 3f70515 commit 0af077b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testmerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
fetch-depth: 2147483647
clean: false
ref: ${{ env.BASE_BRANCH }}

- uses: actions/setup-python@v5
Expand Down

0 comments on commit 0af077b

Please sign in to comment.