Skip to content

Commit ffa1e9a

Browse files
Merge branch 'release-6.x.x' into TASK-8156
2 parents 7b4d0f1 + c9ce39e commit ffa1e9a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/pull-request-approved.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ jobs:
2020
uses: ./.github/workflows/test-analysis.yml
2121
secrets: inherit
2222
with:
23-
upload_artifact: false
23+
upload_artifact: false
24+
build: false

.github/workflows/test-analysis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
type: boolean
88
required: false
99
default: false
10+
build:
11+
type: boolean
12+
description: "Build the project and upload artifact for testing"
13+
required: false
14+
default: true
1015
outputs:
1116
cache_key:
1217
description: "Cache key used for Maven repository"
@@ -19,6 +24,7 @@ jobs:
1924

2025
build:
2126
uses: opencb/java-common-libs/.github/workflows/build-java-app-workflow.yml@develop
27+
if: {{ inputs.build }}
2228
with:
2329
needs_hadoop_preparation: false
2430
maven_opts: -Dcheckstyle.skip -DCELLBASE.WAR.NAME=cellbase

0 commit comments

Comments
 (0)