From b9ad1be0bb4a67e392719e2f514085b9d0066eac Mon Sep 17 00:00:00 2001 From: ydshieh Date: Fri, 29 Mar 2024 13:01:54 +0100 Subject: [PATCH] compare --- utils/notification_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/notification_service.py b/utils/notification_service.py index 5428b5632ec232..e69abb33afab0a 100644 --- a/utils/notification_service.py +++ b/utils/notification_service.py @@ -1151,7 +1151,7 @@ def prepare_reports(title, header, reports, to_truncate=True): prev_ci_artifacts = None target_workflow = "huggingface/transformers/.github/workflows/self-scheduled.yml@refs/heads/main" - if os.environ.get("CI_WORKFLOW_REF") == target_workflow: + if True or os.environ.get("CI_WORKFLOW_REF") == target_workflow: # Get the last previously completed CI's failure tables artifact_names = ["prev_ci_results"] output_dir = os.path.join(os.getcwd(), "previous_reports")