diff --git a/.github/workflows/deployk8s.yaml b/.github/workflows/deployk8s.yaml index c206f08..7076428 100644 --- a/.github/workflows/deployk8s.yaml +++ b/.github/workflows/deployk8s.yaml @@ -24,6 +24,12 @@ on: name: type: string required: false + tests: + type: string + default: true + vault: + type: string + default: true jobs: deploy: @@ -52,8 +58,8 @@ jobs: migrate: ${{ inputs.migrate }} appName: ${{ inputs.name || github.event.repository.name }} optionName: ${{ input.name || print "images." github.event.repository.name }} - tests: true - vault: true + tests: ${{ inputs.tests }} + vault: ${{ inputs.vault }} - name: post-notify if: always() uses: https://bb.hublab.ru/HUB/workflows/.gitea/actions/vk-notify@main