From b76850a808086121929f752800882642913e1ab5 Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Mon, 21 Jun 2021 08:52:12 +0200 Subject: [PATCH] Better CI feedback (#12279) * Better run ID * Only part of CI * Revert "Only part of CI" This reverts commit 29f7f248d21e0f5792e0670ba8705b31ad8967b7. --- utils/notification_service.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/utils/notification_service.py b/utils/notification_service.py index 03bf9a43db..900b77ba9d 100644 --- a/utils/notification_service.py +++ b/utils/notification_service.py @@ -92,9 +92,7 @@ def format_for_slack(total_results, results, scheduled: bool): "type": "section", "text": { "type": "mrkdwn", - "text": "" - if scheduled - else "", + "text": f"", }, }