Skip to content

Commit 19c3fa8

Browse files
test
1 parent 4b970cf commit 19c3fa8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/actions/build/action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)