diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 693cc8a..ef5fb65 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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