Skip to content

Commit bb86cb5

Browse files
committed
remove test setup
1 parent f90b7c1 commit bb86cb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Release
22

33
on:
4-
pull_request:
54
workflow_dispatch:
65
inputs:
76
version-override:
@@ -77,20 +76,23 @@ jobs:
7776
source-version-override: ${{ steps.resolve-new-version.outputs.NEW_VERSION }}
7877

7978
- name: AWS SDK Kotlin pull request
79+
if: ${{ inputs.sdk-version-bump == 'true' }}
8080
uses: ./.github/actions/version-bump-pr
8181
with:
8282
repo: 'aws/aws-sdk-kotlin'
8383
version: ${{ steps.resolve-new-version.outputs.NEW_VERSION }}
8484
pat: ${{ secrets.CI_USER_PAT }}
8585

8686
- name: Smithy Kotlin pull request
87+
if: ${{ inputs.smithy-kotlin-version-bump == 'true' }}
8788
uses: ./.github/actions/version-bump-pr
8889
with:
8990
repo: 'smithy-lang/smithy-kotlin'
9091
version: ${{ steps.resolve-new-version.outputs.NEW_VERSION }}
9192
pat: ${{ secrets.CI_USER_PAT }}
9293

9394
- name: CRT Kotlin pull request
95+
if: ${{ inputs.crt-kotlin-version-bump == 'true' }}
9496
uses: ./.github/actions/version-bump-pr
9597
with:
9698
repo: 'aws/aws-crt-kotlin'

0 commit comments

Comments
 (0)