Skip to content

feat: release-please refactor #9

feat: release-please refactor

feat: release-please refactor #9

Workflow file for this run

---

Check failure on line 1 in .github/workflows/uat.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/uat.yml

Invalid workflow file

`on.workflow_run` does not reference any workflows. See https://docs.github.com/actions/learn-github-actions/events-that-trigger-workflows#workflow_run for more information
name: Deploy UAT
on:
workflow_dispatch:
inputs:
tag:
description: "Image tag to deploy"
required: false
type: string
default: "test"
workflow_run:
inputs:
tag:
description: "Image tag to deploy"
required: false
type: string
default: "test"
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
deploy-uat:
name: Deploys (UAT)
uses: ./.github/workflows/deploy.yml
secrets: inherit
with:
autoscaling: true
environment: test
tag: ${{inputs.tag}}
release: uat
params: |
--set-string global.license='c28f0c' \
--set-string global.zone='test' \
--set-string global.vault.role='nonprod' \
--set-string global.vault.zone='uat' \
--set-string global.pr_num='${{ inputs.tag }}' \