File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1818
1919jobs :
2020 generate-and-publish-sources :
21- uses : ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-full-workflow.yaml@v20241126
21+ uses : ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-full-workflow.yaml@v20241217
2222 secrets : inherit
2323 with :
2424 name : rapid
2525 version : ${{ inputs.version }}
2626 transformations : " -th -te /v3 --operationIdsToTags"
2727 repository : ' ExpediaGroup/rapid-java-sdk'
28- sdk_repo_ref : ${{ inputs.sdk_repo_ref }}
28+ sdk_repo_ref : ${{ inputs.sdk_repo_ref || 'v20241217' }}
Original file line number Diff line number Diff line change 1111 default : ' '
1212
1313jobs :
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 }}
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 }}
2323
2424 release-sdk :
2525 uses : ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-release-sdk.yaml@v20241126
26- needs : [ run-examples ]
26+ # needs: [ run-examples ]
2727 secrets : inherit
2828 with :
2929 branch : ${{ inputs.branch }}
You can’t perform that action at this time.
0 commit comments