Skip to content

Commit b011956

Browse files
test
1 parent e062963 commit b011956

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/actions/build/action.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ runs:
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'

0 commit comments

Comments
 (0)