add workflow call to deploy-non-prod-web.yml (#5728)

* add workflow call to deploy-non-prod-web.yml

* Remove required in wf call and dispatch
This commit is contained in:
Opeyemi 2023-07-10 23:57:56 +01:00 committed by GitHub
parent cc1572f6bc
commit 05203d96c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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: