summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBram <perl-rt@wizbit.be>2022-09-11 22:18:44 +0200
committerKarl Williamson <khw@cpan.org>2022-09-13 18:52:00 -0600
commit36cbd62b85a5f50dee07893093ea0acfcf4ebccb (patch)
tree31335f0035abb23e32c41932192bf1c0e3c2a57b /.github
parentcd4fa92e6898ccfdbd64a469dafa11822205922f (diff)
downloadperl-36cbd62b85a5f50dee07893093ea0acfcf4ebccb.tar.gz
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/testsuite.yml2
1 files changed, 2 insertions, 0 deletions
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