Skip to content

Commit 6a3cd41

Browse files
Merge pull request #4 from daniellehopedev/workflow-fixes
clean up fix part 2
2 parents 31d5c47 + 37c455b commit 6a3cd41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cfn-validate-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Validate CloudFormation on PR
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, closed]
5+
types: [opened, synchronize]
66
paths:
77
- 'cloudformation/**'
88

cloudformation/s3-bucket.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Resources:
1919
- Key: Environment
2020
Value: !Ref Environment
2121
- Key: Project
22-
Value: GitHubActionsTestingPRCICD
22+
Value: GitHubActionsTestingPRCICD-2
2323

2424
Outputs:
2525
BucketName:

0 commit comments

Comments
 (0)