Fix missing definition of diff_file_url in notification service (#39445)

Fix missing definition of diff_file_url
This commit is contained in:
Ákos Hadnagy
2025-07-16 12:09:18 +02:00
committed by GitHub
parent e048d48bd0
commit 79941c61ce

View File

@@ -1497,8 +1497,8 @@ if __name__ == "__main__":
# Only for AMD at this moment.
# TODO: put this into a method
if is_amd_daily_ci_workflow:
diff_file_url = None
if is_amd_daily_ci_workflow:
if not (prev_workflow_run_id is None or prev_workflow_run_id == ""):
ci_artifacts = get_last_daily_ci_reports(
artifact_names=None,