Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
holashchand committed Aug 17, 2024
1 parent 560f1d8 commit 59cbc2d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ name: Java CI with Maven

on:
workflow_dispatch:
inputs:
run-tests:
description: 'Should run tests?'
required: true
default: 'Yes'
type: choice
options:
- Yes
- No
push:
branches: [ main-test ]
pull_request:
Expand Down Expand Up @@ -158,6 +167,7 @@ jobs:
docker system df
test-builds-2:
if: github.event.inputs['run-tests'] == 'Yes'
needs:
- build-java
- build-services
Expand Down

0 comments on commit 59cbc2d

Please sign in to comment.