Skip to content

Commit

Permalink
remove sdk gen workflow call from release
Browse files Browse the repository at this point in the history
  • Loading branch information
0div committed Nov 27, 2024
1 parent 6022f33 commit cdb01f2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,13 +329,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

generate_sdk_ref:
name: Generate SDK reference
needs: [is_release, python-tests, js-tests]
if: (!cancelled()) && !contains(needs.*.result, 'failure') && needs.is_release.outputs.release == 'true'
uses: ./.github/workflows/generate_sdk_ref.yml
secrets: inherit

report-failure:
needs: [python-tests, js-tests, release]
if: failure()
Expand Down

0 comments on commit cdb01f2

Please sign in to comment.