Skip to content

Commit

Permalink
Update release-sdk.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anssari1 authored Jan 15, 2025
1 parent cd3d678 commit a28145b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,8 @@ on:
default: ''

jobs:
run-examples:
strategy:
matrix:
jdk: [ 8, 11, 17, 21 ]
uses: ./.github/workflows/run-examples.yaml
secrets: inherit
with:
branch: ${{ inputs.branch }}
jdk: ${{ matrix.jdk }}

release-sdk:
uses: ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-release-sdk.yaml@v20241126
needs: [ run-examples ]
secrets: inherit
with:
branch: ${{ inputs.branch }}

0 comments on commit a28145b

Please sign in to comment.