Skip to content

Commit

Permalink
chore: Disabled weekly-task-owner-report-sender function
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathanio123 committed Nov 21, 2024
1 parent 69769ab commit 65ca82d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
{
"environment": "fqa",
"disabledFunctions": [
"weekly-project-recipients-sync"
"weekly-project-recipients-sync",
"weekly-task-owner-report-sender"
]
},
{
"environment": "fprd",
"disabledFunctions": [
"weekly-project-recipients-sync"
"weekly-project-recipients-sync",
"weekly-task-owner-report-sender"
]
}
]

0 comments on commit 65ca82d

Please sign in to comment.