ci: add input for components_angular_version in workflow dispatch
This commit is contained in:
parent
2d2c57946f
commit
9156e8f074
5
.github/workflows/wc-e2e-test.yaml
vendored
5
.github/workflows/wc-e2e-test.yaml
vendored
@ -3,6 +3,11 @@ on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
components_angular_version:
|
||||
description: 'Version of openvidu-components-angular to test against (e.g., 3.4.0)'
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
jobs:
|
||||
e2e-tests:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user