chore: dont fetch full repo
In most cases we need 10-50 previous commits. Checking out full repo is time consuming and not required.
This commit is contained in:
parent
8ac7e32214
commit
4eb1fe74a5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/semantic-commits.yml
vendored
2
.github/workflows/semantic-commits.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
fetch-depth: 200
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue