Skip to content

Commit 583df52

Browse files
committed
update
1 parent 9deca78 commit 583df52

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/_pytorch_pr_comment.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,11 @@ jobs:
6161
# TODO: use body-path instead
6262
body: |
6363
<!-- ACCELERATOR TESTINFRA START -->
64-
64+
6565
## Report
66-
66+
6767
- something
6868
- something else
69+
- other things
6970
70-
<!-- ACCELERATOR TESTINFRA START -->
71+
<!-- ACCELERATOR TESTINFRA END -->

.github/workflows/ascend_npu_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
name: Build torch_npu
9696
needs:
9797
- prepare
98+
if: ${{ github.event_name == 'repository_dispatch' }}
9899
uses: ./.github/workflows/_ascend_npu_build.yml
99100
with:
100101
runner: ${{ needs.prepare.outputs.runner }}
@@ -130,7 +131,7 @@ jobs:
130131
pr-token: ${{ secrets.COSDT_BOT_TOKEN }}
131132

132133
pr-comment:
133-
name: Run benchmarks
134+
name: Comment report on upstream PRs
134135
needs:
135136
- prepare
136137
# if: ${{ github.event_name == 'repository_dispatch' }}

0 commit comments

Comments
 (0)