Skip to content

Commit

Permalink
[VAN-127175] Fix for push release run.
Browse files Browse the repository at this point in the history
  • Loading branch information
timur-malikov_GIDT committed Sep 25, 2024
1 parent 04b68d3 commit 142e9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
secrets: inherit
with:
python_sdk_pr_base_branch: ${{ vars.PYTHON_SDK_PR_BASE_BRANCH }}
python_sdk_branch: ${{ github.event.inputs.manual_sdk_branch || github.ref_name }}
version_postfix: ${{ github.event.inputs.version_postfix }}
python_sdk_branch: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.manual_sdk_branch || github.ref_name }}
version_postfix: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version_postfix || '' }}

create-and-merge-pr:
name: Create and Merge Pull Request for release
Expand Down

0 comments on commit 142e9f5

Please sign in to comment.