Skip to content

Commit cdb01f2

Browse files
committed
remove sdk gen workflow call from release
1 parent 6022f33 commit cdb01f2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -329,13 +329,6 @@ jobs:
329329
env:
330330
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
331331

332-
generate_sdk_ref:
333-
name: Generate SDK reference
334-
needs: [is_release, python-tests, js-tests]
335-
if: (!cancelled()) && !contains(needs.*.result, 'failure') && needs.is_release.outputs.release == 'true'
336-
uses: ./.github/workflows/generate_sdk_ref.yml
337-
secrets: inherit
338-
339332
report-failure:
340333
needs: [python-tests, js-tests, release]
341334
if: failure()

0 commit comments

Comments
 (0)