1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-02 18:17:46 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: