We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa5b4c commit 2e17eb9Copy full SHA for 2e17eb9
1 file changed
.github/workflows/deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Test long-running stack (70 minutes)
42
uses: aws-actions/aws-cloudformation-github-deploy@master
43
with:
44
- name: test-long-running-${{ github.run_number }}
+ name: test-long-running-${{ github.run_number }}-${{ github.run_attempt }}
45
template: long-running-stack.yaml
46
capabilities: "CAPABILITY_IAM"
47
timeout-in-minutes: 90
0 commit comments