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")