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