From f35d1cd2cc4e703530a003e2e6d4ea08d40cab8e Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 20 Aug 2025 18:03:41 +0200 Subject: [PATCH] workflows/pr.prepare: specify cone mode explicitly This is the default, but who's supposed to know about that? Let's make it explicit to be clear about the availability of files in `ci/`. --- .github/workflows/pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a09c51eeae7e..80deea95624c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -32,6 +32,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: + sparse-checkout-cone-mode: true # default, for clarity sparse-checkout: | ci/github-script - id: prepare