From 10dbf4a281b93ef6a719e2f4877c2d15571f82c6 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 9 Aug 2026 13:19:36 -0400 Subject: [PATCH] ci: filter blobs during checkout --- .github/workflows/__update-build-deps.yml | 1 + .github/workflows/__update_license_years.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/__update-build-deps.yml b/.github/workflows/__update-build-deps.yml index 9b252237..20d99ee4 100644 --- a/.github/workflows/__update-build-deps.yml +++ b/.github/workflows/__update-build-deps.yml @@ -26,6 +26,7 @@ jobs: repository: ${{ github.repository_owner }}/${{ inputs.repo }} token: ${{ secrets.GH_BOT_TOKEN }} fetch-depth: 0 + filter: blob:none path: repo - name: Update build-deps diff --git a/.github/workflows/__update_license_years.yml b/.github/workflows/__update_license_years.yml index 1b9f377a..63cd8f80 100644 --- a/.github/workflows/__update_license_years.yml +++ b/.github/workflows/__update_license_years.yml @@ -50,6 +50,7 @@ jobs: with: repository: ${{ github.repository_owner }}/${{ matrix.repo }} fetch-depth: 0 + filter: blob:none - name: LICENSE exists id: license-exists