Skip to content

Commit b2a7584

Browse files
committed
fix(ci): only run joke sample natively if samples were natively built
Signed-off-by: Chris Laprun <[email protected]>
1 parent a4bfa56 commit b2a7584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ jobs:
236236
run: mvn -B install -Dnative --file pom.xml -P'${{steps.set-mvn-profiles.outputs.maven_profiles}}' -pl '${{inputs.native-modules}}' -amd
237237

238238
- name: Run Joke sample in native mode
239+
if: ${{ contains(inputs.native-modules, 'samples') }}
239240
run: |
240241
SCRIPTS=$(pwd)/.github/scripts
241242
K8S_NAMESPACE=native

0 commit comments

Comments
 (0)