Skip to content

Commit da1f31f

Browse files
authored
GitHub App: respect project option about comment (#12281)
1 parent 9486b32 commit da1f31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/tasks/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def collect(self, sync_id: int):
146146
],
147147
)
148148
write_manifest(self.version, manifest)
149-
if self.version.is_external:
149+
if self.version.is_external and self.version.project.show_build_overview_in_comment:
150150
post_build_overview.delay(self.build.id)
151151

152152

0 commit comments

Comments
 (0)