Skip to content

Commit 30abc08

Browse files
IONOS(build): remove sparse checkout step to streamline cache restoration
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de>
1 parent 0f97148 commit 30abc08

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build-artifact.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -794,14 +794,6 @@ jobs:
794794
echo "📦 Will restore $APP_NAME from cache (SHA: ${APP_SHA:0:12})"
795795
fi
796796
797-
- name: Checkout server (sparse)
798-
if: steps.check-cache.outputs.skip == 'false'
799-
uses: actions/checkout@v5
800-
with:
801-
sparse-checkout: |
802-
${{ matrix.app.path }}
803-
fetch-depth: 1
804-
805797
806798
- name: Restore cached build from cache
807799
if: steps.check-cache.outputs.skip == 'false'

0 commit comments

Comments
 (0)