Update .github/workflows/deployk8s.yaml
This commit is contained in:
10
.github/workflows/deployk8s.yaml
vendored
10
.github/workflows/deployk8s.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user