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:
parent
cc1572f6bc
commit
05203d96c6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue