From f02f19a1d043e71e38cea56b58bd09cf1ee493b8 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Mon, 19 May 2025 12:03:20 +0200 Subject: [PATCH] fix path --- .github/workflows/cloud-regress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-regress.yml b/.github/workflows/cloud-regress.yml index 629deed540..6b2a0e267f 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -59,7 +59,7 @@ jobs: run: | cd "vendor/postgres-v${PG_VERSION}" patch -p1 < "../../compute/patches/cloud_regress_pg${PG_VERSION}.patch" - patch -p1 < "../../compute/patches/cloud_regress_pg${PG_VERSION}_ha.patch" + patch -p1 < "../../compute/patches/contrib_pg17_ha.patch" - name: Generate a random password id: pwgen