This is an automated email from the ASF dual-hosted git repository.

jrgemignani pushed a commit to branch PG19
in repository https://gitbox.apache.org/repos/asf/age.git

commit 9088e0108e9aa5482297e575c95e79059ff89e26
Author: John Gemignani <[email protected]>
AuthorDate: Fri Jul 3 08:23:05 2026 -0700

    Fix installcheck fetch-depth parameter to 100 (#2461)
    
    Fix the installcheck.yaml fetch-depth parameter to 100. This release,
    being rather large, exceeded the original value of 75 (commits) and
    caused the upgrade test to fail. The new value will resolve this and
    make it unlikely to become a problem in the future.
    
    NOTE: We need to keep releases under this number of commits.
    
    modified:   .github/workflows/installcheck.yaml
---
 .github/workflows/installcheck.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/installcheck.yaml 
b/.github/workflows/installcheck.yaml
index 61687cd1..92cec983 100644
--- a/.github/workflows/installcheck.yaml
+++ b/.github/workflows/installcheck.yaml
@@ -69,7 +69,7 @@ jobs:
 
       - uses: actions/checkout@v3
         with:
-          fetch-depth: 75
+          fetch-depth: 100
 
       - name: Build AGE
         id: build

Reply via email to