diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 05469ee996..461c88308a 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: "1000" - sub_fetch_depth: "1000" + fetch_depth: "50" + sub_fetch_depth: "" 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: "1000" - sub_fetch_depth: "1000" + fetch_depth: "50" + sub_fetch_depth: "" 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: "1000" - sub_fetch_depth: "1000" + fetch_depth: "50" + sub_fetch_depth: "" 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: "1000" - sub_fetch_depth: "1000" + fetch_depth: "50" + sub_fetch_depth: "" pass_if_unchanged: true check-codestyle-rust: