From 36cbd62b85a5f50dee07893093ea0acfcf4ebccb Mon Sep 17 00:00:00 2001 From: Bram Date: Sun, 11 Sep 2022 22:18:44 +0200 Subject: CI/linux-i386: use shallow clone (fetch-depth: 1) The other CI configurations use `checkout@v2' which defaults to making a shallow clone (i.e. with fetch-depth set to 1). Do the same for linux-i386. --- .github/workflows/testsuite.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index a2ad444c86..1e9349d4b9 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -223,6 +223,8 @@ jobs: # - https://github.com/actions/checkout/issues/334#issuecomment-1241306390 # - https://github.com/actions/runner/issues/2115 - uses: actions/checkout@v1 + with: + fetch-depth: 1 - name: git cfg run: | git config --global --add safe.directory /__w/perl5/perl5 -- cgit v1.2.1