Skip to content

Commit d3095d9

Browse files
fix: release 2.0.0-alpha
1 parent 8a2bb7f commit d3095d9

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/release-sdk-stable.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,8 @@ on:
77
- 'v2-dev'
88

99
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-
runs-on: ubuntu-latest
24-
steps:
25-
- name: Checkout Repo
26-
uses: actions/checkout@v4
27-
28-
- name: Run Examples
29-
uses: ./.github/workflows/run-integration-tests.yaml
30-
with:
31-
branch: 'v2-dev' # TODO: Update to main
32-
jdk: '8'
33-
3410
release:
3511
runs-on: ubuntu-latest
36-
needs: [run-e2e-examples, run-integration-tests]
3712
steps:
3813
- name: Checkout
3914
uses: actions/checkout@v4

0 commit comments

Comments
 (0)