Skip to content

Commit 2e17eb9

Browse files
committed
Fix stack name to prevent collisions
1 parent 4fa5b4c commit 2e17eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Test long-running stack (70 minutes)
4242
uses: aws-actions/aws-cloudformation-github-deploy@master
4343
with:
44-
name: test-long-running-${{ github.run_number }}
44+
name: test-long-running-${{ github.run_number }}-${{ github.run_attempt }}
4545
template: long-running-stack.yaml
4646
capabilities: "CAPABILITY_IAM"
4747
timeout-in-minutes: 90

0 commit comments

Comments
 (0)