From 4a03044ddbe41fe6b237fe813d23ba5bab8b23bc Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Sun, 25 May 2025 11:15:31 +0200 Subject: [PATCH] Hot fix for AMD CI workflow (#38349) fix Co-authored-by: ydshieh --- 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 96f4370da5..82e6cd1add 100644 --- a/utils/notification_service.py +++ b/utils/notification_service.py @@ -1313,7 +1313,7 @@ if __name__ == "__main__": event_payload = json.load(fp) # The event that triggers the `workflow_run` event. if "workflow_run" in event_payload: - is_scheduled_ci_run = event_payload["event"] == "schedule" + is_scheduled_ci_run = event_payload["workflow_run"]["event"] == "schedule" # The values are used as the file names where to save the corresponding CI job results. test_to_result_name = {