Skip to content

Commit 5c80567

Browse files
committed
Disable release report generation on release_tasks completion as discussed with Rob
1 parent d468c89 commit 5c80567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/management/commands/release_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def set_tasks(self):
5959
Action("Updating slack activity buckets", ["fetch_slack_activity"]),
6060
Action("Updating website statistics", self.update_website_statistics),
6161
Action("Importing mailing list counts", self.import_ml_counts),
62-
Action("Generating report", self.generate_report),
62+
# Action("Generating report", self.generate_report),
6363
]
6464

6565
def import_versions(self):

0 commit comments

Comments
 (0)