Skip to content

Commit

Permalink
Disable old summary notification and enable new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 committed Sep 23, 2024
1 parent d24676e commit 37b2f13
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 37b2f13

Please sign in to comment.