Skip to content

Commit 8b772a0

Browse files
committed
fix: skip Quarkus version retrieval if building from PR
Signed-off-by: Chris Laprun <[email protected]>
1 parent c327196 commit 8b772a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-for-quarkus-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
cd -
8181
8282
- name: Retrieve Quarkus version from platform
83-
if: "${{ inputs.quarkus-version == '' }}"
83+
if: "${{ inputs.quarkus-version == '' && inputs.quarkus-pr == ''}}"
8484
id: get-quarkus-version
8585
uses: sergeysova/jq-action@v2
8686
with:

0 commit comments

Comments
 (0)