From 8963209148c7ffe93c82ac8e2ed3aaebcd012627 Mon Sep 17 00:00:00 2001 From: David Mallon Date: Mon, 29 Sep 2025 14:18:03 +0100 Subject: [PATCH] (MAINT) non-functional change --- .github/workflows/test-migration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-migration.yaml b/.github/workflows/test-migration.yaml index 48d6bc8e..7fc1c3c1 100644 --- a/.github/workflows/test-migration.yaml +++ b/.github/workflows/test-migration.yaml @@ -147,7 +147,7 @@ jobs: new_replica_postgresql_host=$(yq -r '.groups[].targets[] | select(.vars.role == "new-replica-pdb-postgresql") | .name // ""' spec/fixtures/litmus_inventory.yaml) \ upgrade_version=${{ matrix.new_pe_version }} \ --no-host-key-check - - name: Tear down PE ${{ matrix.architecture }} test cluster + - name: Tear down PE ${{ matrix.architecture }} test cluster now if: ${{ always() }} continue-on-error: true run: |-