From 0286d4119e64f7492b4e18c48db80a55aff66e33 Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Fri, 18 Sep 2026 21:45:35 +0200 Subject: [PATCH] Check out less of the repo for contrib verification Shorter checkout time = good, I think. --- .github/workflows/check-contrib.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/check-contrib.yml b/.github/workflows/check-contrib.yml index e1dfccd9..3a7cf0cf 100644 --- a/.github/workflows/check-contrib.yml +++ b/.github/workflows/check-contrib.yml @@ -18,6 +18,10 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v7 + with: + sparse-checkout: | # Avoid checking out other files, we don't use them here. + contrib + .github/scripts - name: Install zsh run: | sudo apt install -Uyq zsh