Skip to content

Commit

Permalink
remove True
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Apr 2, 2024
1 parent 0ba150e commit 18b6887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/notification_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,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 True or os.environ.get("CI_WORKFLOW_REF") == target_workflow:
if 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")
Expand Down

0 comments on commit 18b6887

Please sign in to comment.