We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85785f1 commit 785bc1aCopy full SHA for 785bc1a
2 files changed
.github/actions/s3-integration-run/action.yml
@@ -12,7 +12,7 @@ inputs:
12
description: 'AWS Region Name'
13
required: true
14
stack_name:
15
- description: 'CloudFormation Stack Name (required for aws and aws-iam tests)'
+ description: 'CloudFormation Stack Name'
16
required: false
17
default: ''
18
test_type:
.github/workflows/s3-integration.yml
@@ -17,7 +17,6 @@ concurrency:
cancel-in-progress: false
19
jobs:
20
- # AWS S3 US Integration
21
aws-s3-us-integration:
22
name: AWS S3 US Integration
23
runs-on: ubuntu-latest
@@ -86,7 +85,6 @@ jobs:
86
85
region_name: ${{ env.REGION_NAME }}
87
stack_name: ${{ env.STACK_NAME }}
88
89
- # AWS S3 Regional Integration
90
aws-s3-regional-integration:
91
name: AWS S3 ${{ matrix.name }} Integration
92
0 commit comments