mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
[ci] fix upload test stats job
don't upload test stats twice (!!) Pull Request resolved: https://github.com/pytorch/pytorch/pull/79497 Approved by: https://github.com/malfet
This commit is contained in:
parent
a9f6a35a33
commit
d9fca126fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/upload-test-stats.yml
vendored
2
.github/workflows/upload-test-stats.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: |
|
||||
echo "${WORKFLOW_URL}"
|
||||
python3 -m tools.stats.upload_test_stats --workflow-run-id "${WORKFLOW_RUN_ID}" --workflow-run-attempt "${WORKFLOW_RUN_ATTEMPT}"
|
||||
python3 -m tools.stats.upload_test_stats --workflow-run-id "${WORKFLOW_RUN_ID}" --workflow-run-attempt "${WORKFLOW_RUN_ATTEMPT}"
|
||||
python3 -m tools.stats.upload_sccache_stats --workflow-run-id "${WORKFLOW_RUN_ID}" --workflow-run-attempt "${WORKFLOW_RUN_ATTEMPT}"
|
||||
|
||||
check-api-rate:
|
||||
if: ${{ always() }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue