Browse Source

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
pull/5785/head
Opeyemi 2 years ago committed by GitHub
parent
commit
05203d96c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .github/workflows/deploy-non-prod-web.yml

9
.github/workflows/deploy-non-prod-web.yml

@ -7,12 +7,19 @@ on: @@ -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…
Cancel
Save