Skip to content

Commit 7a19202

Browse files
Merge pull request #7 from daniellehopedev/test-fixes
fixes part 3
2 parents ada6edd + 5923e41 commit 7a19202

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
@@ -49,7 +49,7 @@ jobs:
4949
5050
cleanup-on-merge:
5151
runs-on: ubuntu-latest
52-
if: ${{ github.event.pull_request.merged == true }}
52+
if: ${{ github.event_name == 'pull_request' && github.event.action == 'closed' }}
5353
steps:
5454
- name: Configure AWS credentials
5555
uses: aws-actions/configure-aws-credentials@v4

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-4
22+
Value: GitHubActionsTestingPRCICD-5
2323

2424
Outputs:
2525
BucketName:

0 commit comments

Comments
 (0)