Skip to content

Commit b2209d3

Browse files
committed
Keep websphere smoke tests in PRs
1 parent 4b12826 commit b2209d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ jobs:
457457
./gradlew
458458
:smoke-tests:test
459459
-PsmokeTestSuite=${{ matrix.smoke-test-suite }}
460-
-PskipOpenJ9SmokeTests=${{ inputs.skip-openj9-tests && 'true' || 'false' }}
460+
${{ inputs.skip-openj9-tests && matrix.smoke-test-suite != 'websphere' && '-PskipOpenJ9SmokeTests=true' || '' }}
461461
${{ inputs.no-build-cache && ' --no-build-cache' || '' }}
462462
463463
- name: Build scan

0 commit comments

Comments
 (0)