From abdf8de06e77d5ab808e44e1a321c382b88533b7 Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Sat, 1 Jun 2024 21:38:55 +0000 Subject: [PATCH] add filter to git fetch for forks --- .github/workflows/custom-board-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/custom-board-build.yml b/.github/workflows/custom-board-build.yml index 7b77d09a82408..3c9c6181f5e59 100644 --- a/.github/workflows/custom-board-build.yml +++ b/.github/workflows/custom-board-build.yml @@ -48,7 +48,7 @@ jobs: if: github.repository_owner != 'adafruit' run: | git remote add fork https://github.com/${{github.repository}}.git - git fetch fork + git fetch fork --filter=tree:0 - name: branch compatibility if: inputs.branch != '' run: |