also remove the 'branch'

Without 'branch', it will only check for "forward progress"x
This commit is contained in:
Heikki Linnakangas
2024-09-20 14:37:58 +03:00
parent 0701935994
commit 4a2f0f4496

View File

@@ -142,7 +142,6 @@ jobs:
uses: jtmullen/submodule-branch-check-action@v1
with:
path: "vendor/postgres-v14"
branch: "REL_14_STABLE_neon"
fetch_depth: "50"
sub_fetch_depth: "50"
pass_if_unchanged: true
@@ -152,7 +151,6 @@ jobs:
uses: jtmullen/submodule-branch-check-action@v1
with:
path: "vendor/postgres-v15"
branch: "REL_15_STABLE_neon"
fetch_depth: "50"
sub_fetch_depth: "50"
pass_if_unchanged: true
@@ -162,7 +160,6 @@ jobs:
uses: jtmullen/submodule-branch-check-action@v1
with:
path: "vendor/postgres-v16"
branch: "REL_16_STABLE_neon"
fetch_depth: "50"
sub_fetch_depth: "50"
pass_if_unchanged: true
@@ -172,7 +169,6 @@ jobs:
uses: jtmullen/submodule-branch-check-action@v1
with:
path: "vendor/postgres-v17"
branch: "REL_17_STABLE_neon"
fetch_depth: "50"
sub_fetch_depth: "50"
pass_if_unchanged: true