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 8a2bb7f commit d3095d9Copy full SHA for d3095d9
.github/workflows/release-sdk-stable.yaml
@@ -7,33 +7,8 @@ on:
7
- 'v2-dev'
8
9
jobs:
10
- run-e2e-examples:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - name: Checkout Repo
14
- uses: actions/checkout@v4
15
-
16
- - name: Run Examples
17
- uses: ./.github/workflows/run-examples.yaml
18
- with:
19
- branch: 'v2-dev' # TODO: Update to main
20
- jdk: '8'
21
22
- run-integration-tests:
23
24
25
26
27
28
29
- uses: ./.github/workflows/run-integration-tests.yaml
30
31
32
33
34
release:
35
runs-on: ubuntu-latest
36
- needs: [run-e2e-examples, run-integration-tests]
37
steps:
38
- name: Checkout
39
uses: actions/checkout@v4
0 commit comments