We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67899f0 commit 8963209Copy full SHA for 8963209
.github/workflows/test-migration.yaml
@@ -147,7 +147,7 @@ jobs:
147
new_replica_postgresql_host=$(yq -r '.groups[].targets[] | select(.vars.role == "new-replica-pdb-postgresql") | .name // ""' spec/fixtures/litmus_inventory.yaml) \
148
upgrade_version=${{ matrix.new_pe_version }} \
149
--no-host-key-check
150
- - name: Tear down PE ${{ matrix.architecture }} test cluster
+ - name: Tear down PE ${{ matrix.architecture }} test cluster now
151
if: ${{ always() }}
152
continue-on-error: true
153
run: |-
0 commit comments