Skip to content

Commit 2fb1e31

Browse files
authored
Merge pull request #325 from aws-samples/staging
Staging udpates
2 parents bd74a18 + b82759d commit 2fb1e31

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/acceptance-tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: acceptance-testing
22

33
on:
44
# this will allow to run test on main and not modify the status badge when opening a PR
5-
pull_request:
6-
branches:
7-
- main
5+
push:
86

97
concurrency:
108
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"

PetAdoptions/cdk/pet_stack/lib/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ export class Services extends Stack {
609609
costControlDashboardBody = costControlDashboardBody.replaceAll("{{YOUR_LAMBDA_ARN}}", customWidgetFunction.functionArn);
610610

611611
const petSiteCostControlDashboard = new cloudwatch.CfnDashboard(this, "PetSiteCostControlDashboard", {
612-
dashboardName: "PetSite_Cost_Control_Dashboard",
612+
dashboardName: `PetSite_Cost_Control_Dashboard_${region}`,
613613
dashboardBody: costControlDashboardBody
614614
});
615615

0 commit comments

Comments
 (0)