diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 0a312f4..84794f7 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -10,10 +10,25 @@ name: Java CI with Gradle on: push: branches: [ "main" ] - workflow_run: - workflows: [Run Tests] - types: - - completed + 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 permissions: contents: read