File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 9494
9595 - name : Semantic Release Get Next
9696 id : semantic
97- if : github.event_name != 'pull_request'
97+ # this condition doesn't make sense as BuildVersion needs output from this step anyway
98+ # if: github.event_name != 'pull_request'
9899 uses : splunk/semantic-release-action@v1.3
99100 with :
100101 dry_run : true
@@ -118,12 +119,12 @@ runs:
118119 with :
119120 name : THIRDPARTY
120121
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
122+ - name : Download THIRDPARTY (Optional for PR and schedule)
123+ if : ${{ inputs.python_version }} == '3.7' && github.event_name == 'pull_request' || github.event_name == 'schedule'
124+ continue-on-error : true
125+ uses : actions/download-artifact@v3
126+ with :
127+ name : THIRDPARTY
127128
128129 - name : Update Notices
129130 if : ${{ inputs.python_version }} == '3.7'
You can’t perform that action at this time.
0 commit comments