Add macos perf run to the dashboard upload (#141999)

Adjust the inductor workflow to ensure the macOS perf run gets uploaded
Pull Request resolved: https://github.com/pytorch/pytorch/pull/141999
Approved by: https://github.com/huydhn
This commit is contained in:
Siddharth Kotapati
2024-12-04 01:08:13 +00:00
committed by PyTorch MergeBot
parent 291626fb22
commit 941da90e8a

View File

@ -2,7 +2,7 @@ name: Upload torch dynamo performance stats
on:
workflow_run:
workflows: [inductor-A100-perf-nightly, inductor-perf-nightly-A10g, inductor-perf-nightly-aarch64, inductor-perf-nightly-x86]
workflows: [inductor-A100-perf-nightly, inductor-perf-nightly-A10g, inductor-perf-nightly-aarch64, inductor-perf-nightly-x86, perf-nightly-macos]
types:
- completed