Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed May 22, 2024
1 parent 37a9692 commit bbe843b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/notification_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,7 @@ def prepare_reports(title, header, reports, to_truncate=True):
if job_name == "run_models_gpu":
target_workflow = "huggingface/transformers/.github/workflows/self-scheduled-caller.yml@refs/heads/main"
print(target_workflow)
print(os.environ.get("CI_WORKFLOW_REF"))
if True or os.environ.get("CI_WORKFLOW_REF") == target_workflow:
# Get the last previously completed CI's failure tables
artifact_names = [f"ci_results_{job_name}"]
Expand Down

0 comments on commit bbe843b

Please sign in to comment.