From 9a07960e8325b64fc2d956a66322701b922fd5b5 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 12 Nov 2024 11:57:28 +0200 Subject: [PATCH] increase depth --- .github/workflows/build_and_test.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 2e32433625..05469ee996 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -136,8 +136,8 @@ jobs: uses: hlinnaka/submodule-branch-check-action@main with: path: "vendor/postgres-v14" - fetch_depth: "50" - sub_fetch_depth: "50" + fetch_depth: "1000" + sub_fetch_depth: "1000" pass_if_unchanged: true - name: Check vendor/postgres-v15 submodule reference @@ -145,8 +145,8 @@ jobs: uses: hlinnaka/submodule-branch-check-action@main with: path: "vendor/postgres-v15" - fetch_depth: "50" - sub_fetch_depth: "50" + fetch_depth: "1000" + sub_fetch_depth: "1000" pass_if_unchanged: true - name: Check vendor/postgres-v16 submodule reference @@ -154,8 +154,8 @@ jobs: uses: hlinnaka/submodule-branch-check-action@main with: path: "vendor/postgres-v16" - fetch_depth: "50" - sub_fetch_depth: "50" + fetch_depth: "1000" + sub_fetch_depth: "1000" pass_if_unchanged: true - name: Check vendor/postgres-v17 submodule reference @@ -163,8 +163,8 @@ jobs: uses: hlinnaka/submodule-branch-check-action@main with: path: "vendor/postgres-v17" - fetch_depth: "50" - sub_fetch_depth: "50" + fetch_depth: "1000" + sub_fetch_depth: "1000" pass_if_unchanged: true check-codestyle-rust: