allow cleanup in ci

This commit is contained in:
jessebot
2025-01-23 21:57:24 +01:00
parent fb2ec0ab1d
commit 9a939c1ea9
+3 -1
View File
@@ -81,4 +81,6 @@ jobs:
id: install
if: steps.list-changed.outputs.changed == 'true'
run: |
ct install --target-branch ${{ github.event.repository.default_branch }} --helm-extra-set-args "--values ./charts/pixelfed/test-values/postgresql-plain.yaml" --skip-clean-up
ct install \
--target-branch ${{ github.event.repository.default_branch }} \
--helm-extra-set-args "--values ./charts/pixelfed/test-values/postgresql-plain.yaml"