Skip to content

Commit a28145b

Browse files
authored
Update release-sdk.yaml
1 parent cd3d678 commit a28145b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release-sdk.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,8 @@ on:
1111
default: ''
1212

1313
jobs:
14-
run-examples:
15-
strategy:
16-
matrix:
17-
jdk: [ 8, 11, 17, 21 ]
18-
uses: ./.github/workflows/run-examples.yaml
19-
secrets: inherit
20-
with:
21-
branch: ${{ inputs.branch }}
22-
jdk: ${{ matrix.jdk }}
23-
2414
release-sdk:
2515
uses: ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-release-sdk.yaml@v20241126
26-
needs: [ run-examples ]
2716
secrets: inherit
2817
with:
2918
branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)