File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -118,12 +118,12 @@ runs:
118118 with :
119119 name : THIRDPARTY
120120
121- - name : Download THIRDPARTY (Optional for PR and schedule)
122- if : ${{ inputs.python_version }} == '3.7' && github.event_name == 'pull_request' || github.event_name == 'schedule'
123- continue-on-error : true
124- uses : actions/download-artifact@v3
125- with :
126- name : THIRDPARTY
121+ # - name: Download THIRDPARTY (Optional for PR and schedule)
122+ # if: ${{ inputs.python_version }} == '3.7' && github.event_name == 'pull_request' || github.event_name == 'schedule'
123+ # continue-on-error: true
124+ # uses: actions/download-artifact@v3
125+ # with:
126+ # name: THIRDPARTY
127127
128128 - name : Update Notices
129129 if : ${{ inputs.python_version }} == '3.7'
You can’t perform that action at this time.
0 commit comments