Skip to content

Commit 3c2feb8

Browse files
committed
Shorten multi-attachment workflow stack name to avoid length limits
Change stack name from 'thingpress-integration-test-multi-{run_number}' to 'tp-int-multi-{run_number}' to prevent IAM role and resource name length limit errors during CloudFormation stack creation. Stack name now: tp-int-multi-{run_number} (e.g., tp-int-multi-123)
1 parent da65c55 commit 3c2feb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests-multi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
env:
3030
AWS_REGION: ${{ github.event.inputs.region || secrets.AWS_REGION || 'us-east-1' }}
31-
STACK_NAME: thingpress-integration-test-multi-${{ github.run_number }}
31+
STACK_NAME: tp-int-multi-${{ github.run_number }}
3232

3333
steps:
3434
- name: Checkout code

0 commit comments

Comments
 (0)