Skip to content

Commit ca80e7c

Browse files
Merge branch 'TASK-7809' of github.com:opencb/java-common-libs into TASK-7809
2 parents 6539d73 + 46d1bed commit ca80e7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-java-app-workflow.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
type: string
1111
required: false
1212
default: "build-folder"
13+
upload-artifact:
14+
type: boolean
15+
required: false
16+
default: true
1317
needs_hadoop_preparation:
1418
type: boolean
1519
required: false
@@ -56,6 +60,7 @@ jobs:
5660
- name: Maven Build (skip tests)
5761
run: mvn -T 2 clean install -DskipTests ${{ inputs.maven_opts }} --no-transfer-progress
5862
- uses: actions/upload-artifact@v4
63+
if: ${{ inputs.upload-artifact == true }}
5964
with:
6065
name: ${{ inputs.build_folder }}
6166
path: build

0 commit comments

Comments
 (0)