We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f9575 commit c9edba6Copy full SHA for c9edba6
2 files changed
.github/workflows/integration-test-k8s.yml
@@ -380,6 +380,7 @@ jobs:
380
echo ::endgroup::
381
382
- name: Final dump of DB with vectordb populated
383
+ if: always()
384
run: |
385
docker exec postgres pg_dump nextcloud > /tmp/1_pgdump_nextcloud
386
.github/workflows/integration-test.yml
@@ -330,6 +330,7 @@ jobs:
330
fi
331
332
333
334
335
336
0 commit comments