Branch: refs/heads/manicheck
Home: https://github.com/Perl/perl5
Commit: c53902f48a064412b83989c29808ea49f46d22de
https://github.com/Perl/perl5/commit/c53902f48a064412b83989c29808ea49f46d22de
Author: Nicholas Clark <[email protected]>
Date: 2021-09-22 (Wed, 22 Sep 2021)
Changed paths:
M .github/workflows/testsuite.yml
Log Message:
-----------
Leave the checkout `fetch-depth` at its default (1) for most jobs
The default is a shallow checkout.
Keep the full checkout for the "sanity test" job so that it runs all the
tests in t/porting. Add a comment explaining the reasoning.