1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 05:13:29 +00:00

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

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: