diff --git a/.github/workflows/starter.yml b/.github/workflows/starter.yml index 3e8c978..1651200 100644 --- a/.github/workflows/starter.yml +++ b/.github/workflows/starter.yml @@ -17,6 +17,29 @@ on: - cron: '11 11 * * 5' # Manual events + workflow_dispatch: + inputs: + homedrive: + description: 'The home drive on the machine' + required: true + default: '/home' + logLevel: + description: 'Log level' + required: true + default: 'warning' + type: choice + options: + - info + - warning + - debug + run_matrix: + description: 'Run the matrix jobs' + required: true + type: boolean + environment: + description: 'Environment to run tests against' + type: environment + required: true # Trigger using the API