Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dlrjs2360 authored Mar 1, 2024
1 parent deb844e commit 3c78be6
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c78be6

Please sign in to comment.