File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff line change 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' }}
You can’t perform that action at this time.
0 commit comments