change and to or

This commit is contained in:
Hussam.lawen
2024-03-27 17:03:09 +02:00
parent a8bee89ae9
commit 416c4cbf52

View File

@ -229,7 +229,7 @@ class GithubProvider(GitProvider):
self.publish_comment(pr_comment)
def publish_comment(self, pr_comment: str, is_temporary: bool = False):
if is_temporary and not get_settings().config.publish_output_progress:
if is_temporary or not get_settings().config.publish_output_progress:
get_logger().debug(f"Skipping publish_comment for temporary comment: {pr_comment}")
return