Skip to content

Commit 10dbf4a

Browse files
ci: filter blobs during checkout
1 parent 7795cb4 commit 10dbf4a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/__update-build-deps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
repository: ${{ github.repository_owner }}/${{ inputs.repo }}
2727
token: ${{ secrets.GH_BOT_TOKEN }}
2828
fetch-depth: 0
29+
filter: blob:none
2930
path: repo
3031

3132
- name: Update build-deps

.github/workflows/__update_license_years.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
with:
5151
repository: ${{ github.repository_owner }}/${{ matrix.repo }}
5252
fetch-depth: 0
53+
filter: blob:none
5354

5455
- name: LICENSE exists
5556
id: license-exists

0 commit comments

Comments
 (0)