Update main.yml

This commit is contained in:
Lucàs
2022-06-21 13:25:42 +02:00
committed by GitHub
parent ebc7c42b3c
commit 8af457114c
+19
View File
@@ -1,6 +1,25 @@
name: README Build
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
tags:
description: 'Test scenario tags'
required: false
type: boolean
environment:
description: 'Environment to run tests against'
type: environment
required: true
schedule:
- cron: '0 */3 * * *' # runs every 3hours