Skip to content

Commit a69164b

Browse files
committed
fix?
1 parent c6438bc commit a69164b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/remove-deprecated-shapes.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ jobs:
1111
permissions: {}
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Check branch name
14+
- name: Update deprecated shape cutoff date
1515
run: |
1616
# Only continue on branches starting with vX.X (e.g. v1.2, v1.2.3, v1.2-main)
1717
if [[ ! "${{ github.head_ref }}" =~ ^v[0-9]+\.[0-9]+.*$ ]]; then
1818
exit 0
1919
fi
2020
21-
- name: Update deprecated shape cutoff date
22-
run: |
2321
echo "Please update the deprecated shape cutoff date and add the 'updated-deprecated-shape-cutoff-date' label"
2422
echo "It must be set to the release date of the current minor version"
2523
echo "See: https://github.com/aws/aws-sdk-kotlin/blob/8df78fb048ddc40120c8fe370cd3e0d35c077b2b/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/sdk/Util.kt#L16"

0 commit comments

Comments
 (0)