Skip to content

Commit

Permalink
chore(summary): Enable new summary az funcs and disable old ones (#705)
Browse files Browse the repository at this point in the history
- [ ] New feature
- [ ] Bug fix
- [ ] High impact

**Description of work:**


**Testing:**
- [ ] Can be tested
- [ ] Automatic tests created / updated
- [ ] Local tests are passing



**Checklist:**
- [ ] Considered automated tests
- [ ] Considered updating specification / documentation
- [ ] Considered work items 
- [ ] Considered security
- [ ] Performed developer testing
- [x] Checklist finalized / ready for review
  • Loading branch information
Jonathanio123 authored Sep 24, 2024
1 parent 4934691 commit 143d76b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,16 @@
{
"environment": "ci",
"disabledFunctions": [
"weekly-department-recipients-sync",
"weekly-department-summary-sender",
"weekly-department-summary-worker"
]
},
{
"environment": "fqa",
"disabledFunctions": [
"weekly-department-recipients-sync",
"weekly-department-summary-sender",
"weekly-department-summary-worker"
]
},
{
"environment": "fprd",
"disabledFunctions": [
"weekly-department-recipients-sync",
"weekly-department-summary-sender",
"weekly-department-summary-worker"
]
}
]
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
[
{
"environment": "pr",
"disabledFunctions": []
},
{
"environment": "ci",
"disabledFunctions": [
"scheduled-report-content-Builder-function",
"scheduled-report-timer-trigger-function"
]
},
{
"environment": "fqa",
"disabledFunctions": [
"scheduled-report-content-Builder-function",
"scheduled-report-timer-trigger-function"
]
},
{
"environment": "fprd",
"disabledFunctions": [

"scheduled-report-content-Builder-function",
"scheduled-report-timer-trigger-function"
]
}
]

0 comments on commit 143d76b

Please sign in to comment.