Skip to content

Commit 785bc1a

Browse files
committed
[DRAFT] Remove unnecessary comments
1 parent 85785f1 commit 785bc1a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/actions/s3-integration-run/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
description: 'AWS Region Name'
1313
required: true
1414
stack_name:
15-
description: 'CloudFormation Stack Name (required for aws and aws-iam tests)'
15+
description: 'CloudFormation Stack Name'
1616
required: false
1717
default: ''
1818
test_type:

.github/workflows/s3-integration.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ concurrency:
1717
cancel-in-progress: false
1818

1919
jobs:
20-
# AWS S3 US Integration
2120
aws-s3-us-integration:
2221
name: AWS S3 US Integration
2322
runs-on: ubuntu-latest
@@ -86,7 +85,6 @@ jobs:
8685
region_name: ${{ env.REGION_NAME }}
8786
stack_name: ${{ env.STACK_NAME }}
8887

89-
# AWS S3 Regional Integration
9088
aws-s3-regional-integration:
9189
name: AWS S3 ${{ matrix.name }} Integration
9290
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)