Allow manually triggering the pipeline

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2022-12-09 16:56:39 +00:00
parent 4cc6baf4a4
commit ee3244a678
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -1,8 +1,18 @@
name: CI
on:
- push
- pull_request
push: {}
pull_request: {}
workflow_dispatch:
inputs:
testrun-type:
description: Type of test run
required: true
default: 'full'
type: choice
options:
- full
- changed
env:
COLUMNS: 160