Skip to content

Commit 2aefaf5

Browse files
committed
fix(ci): make native-modules input not required
Signed-off-by: Chris Laprun <[email protected]>
1 parent b2a7584 commit 2aefaf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
default: ''
2323
native-modules:
2424
type: string
25-
required: true
25+
required: false
2626
default: 'integration-tests,samples'
2727
profiles:
2828
type: string
@@ -51,7 +51,7 @@ on:
5151
native-modules:
5252
description: 'Comma-separated list of modules that should be built natively'
5353
type: string
54-
required: true
54+
required: false
5555
default: 'integration-tests,samples'
5656

5757
concurrency:

0 commit comments

Comments
 (0)