Skip to content

Commit

Permalink
Merge pull request #2398 from gartung/master
Browse files Browse the repository at this point in the history
Fix workflow number used to find vtune result
  • Loading branch information
smuzaffar authored Dec 11, 2024
2 parents 413563b + 9fe91a7 commit 8be22e2
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 8be22e2

Please sign in to comment.