Skip to content

Commit

Permalink
Fix workflow number used to find vtune result
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Dec 10, 2024
1 parent f05d951 commit 9fe91a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion report-summary-merged-prs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ def find_one_vtune_result(magic_command):
"""
Looks for one vtune result
"""
command_to_execute = magic_command.replace("WORKFLOW", "12634.21")
command_to_execute = magic_command.replace("WORKFLOW", "13034.21")
print("Running ", command_to_execute)
out, err, ret_code = get_output_command(command_to_execute)
print("Ran:", out, err, ret_code, command_to_execute)
Expand Down

0 comments on commit 9fe91a7

Please sign in to comment.