Skip to content

Commit f3c4db6

Browse files
committed
feat(updated): updated feature
1 parent 0d6388b commit f3c4db6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-drafter.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
branches:
1010
- main
1111

12-
# pull_request:
13-
# types: [opened, reopened, synchronize, labeled]
12+
# pull_request:
13+
# types: [opened, reopened, synchronize, labeled]
1414

1515
jobs:
1616
update_release_draft:

elb.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module "alb" {
6161
]
6262

6363
tags = {
64-
Environment = "Test"
64+
Environment = "Testing"
6565
}
6666
}
6767

0 commit comments

Comments
 (0)