allow cleanup in ci
This commit is contained in:
@@ -81,4 +81,6 @@ jobs:
|
|||||||
id: install
|
id: install
|
||||||
if: steps.list-changed.outputs.changed == 'true'
|
if: steps.list-changed.outputs.changed == 'true'
|
||||||
run: |
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user