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 6022f33 commit cdb01f2Copy full SHA for cdb01f2
.github/workflows/release.yml
@@ -329,13 +329,6 @@ jobs:
329
env:
330
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
331
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
-
339
report-failure:
340
needs: [python-tests, js-tests, release]
341
if: failure()
0 commit comments