Skip to content

Commit 91dbfcb

Browse files
committed
tmp
1 parent f9287a5 commit 91dbfcb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/_ascend_npu_build_torch_npu.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,16 @@ jobs:
4343
outputs:
4444
dist-name: ${{ steps.list-dist.outputs.dist-name }}
4545
steps:
46-
- run: |
46+
- name: Hit
47+
if: ${{ inputs.torch-artifact }}
48+
run: |
49+
set -x
50+
echo ${{ inputs.torch-artifact }}
51+
exit 1
52+
53+
- name: Hit
54+
run: |
55+
set -x
4756
echo ${{ inputs.torch-artifact }}
4857
exit 1
4958

0 commit comments

Comments
 (0)