Add hint to use fetch-depth for feature branch workdlow

This commit is contained in:
Michal Dorner 2020-09-14 18:09:37 +02:00
parent 1f7b23edeb
commit adb239d623
No known key found for this signature in database
GPG Key ID: 9EEE04B48DA36786

View File

@ -235,6 +235,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# This may save additional git fetch roundtrip if
# merge-base is found within latest 20 commits
fetch-depth: 20
- uses: dorny/paths-filter@v2
id: filter
with: