We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94020d8 commit 14f5f69Copy full SHA for 14f5f69
.github/workflows/release-sdk.yaml
@@ -11,19 +11,19 @@ on:
11
default: ''
12
13
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 }}
+# run-examples:
+# strategy:
+# matrix:
+# jdk: [ 8, 11, 17, 21 ]
+# uses: ./.github/workflows/run-examples.yaml
+# secrets: inherit
+# with:
+# branch: ${{ inputs.branch }}
+# jdk: ${{ matrix.jdk }}
23
24
release-sdk:
25
uses: ExpediaGroup/expediagroup-java-sdk/.github/workflows/selfserve-release-sdk.yaml@v20241126
26
- needs: [ run-examples ]
+# needs: [ run-examples ]
27
secrets: inherit
28
with:
29
branch: ${{ inputs.branch }}
0 commit comments