Skip to content

Commit 7f7144f

Browse files
committed
fix: make Quarkus PR number optional
Signed-off-by: Chris Laprun <[email protected]>
1 parent d613557 commit 7f7144f

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
@@ -37,7 +37,7 @@ on:
3737
quarkus-pr:
3838
description: 'Quarkus PR number to use to run a QOSDK build with'
3939
type: string
40-
required: true
40+
required: false
4141
java-version:
4242
description: 'Java version to build with'
4343
type: string

0 commit comments

Comments
 (0)