diff --git a/.github/workflows/deploy-non-prod-web.yml b/.github/workflows/deploy-non-prod-web.yml index 70ba715d0df..5ebc11af94a 100644 --- a/.github/workflows/deploy-non-prod-web.yml +++ b/.github/workflows/deploy-non-prod-web.yml @@ -7,12 +7,19 @@ on: inputs: environment: description: 'Environment' - required: true default: 'QA' type: choice options: - QA + workflow_call: + inputs: + environment: + description: 'Environment' + default: 'QA' + type: choice + options: + - QA jobs: setup: