Skip to content

Commit a2b78d3

Browse files
more fixes
1 parent 46c7e20 commit a2b78d3

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
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
validate-cfn:
1717
runs-on: ubuntu-latest
18-
if: ${{ github.event.pull_request.merged != true }}
18+
if: ${{ github.event_name == 'pull_request' && github.event.action != 'closed' }}
1919
steps:
2020
- uses: actions/checkout@v4
2121

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

2424
Outputs:
2525
BucketName:

0 commit comments

Comments
 (0)