Skip to content

Commit ad34e34

Browse files
test
1 parent 8dcdcb8 commit ad34e34

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/actions/build/action.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
- name: Setup python
4444
uses: actions/setup-python@v4
4545
with:
46-
python-version: ${{ inputs.python_version }}
46+
python-version: 3.7
4747

4848
- name: Create requirements file for pip
4949
shell: bash
@@ -94,8 +94,7 @@ runs:
9494

9595
- name: Semantic Release Get Next
9696
id: semantic
97-
# this condition doesn't make sense as BuildVersion needs output from this step anyway
98-
# if: github.event_name != 'pull_request'
97+
if: github.event_name != 'pull_request'
9998
uses: splunk/semantic-release-action@v1.3
10099
with:
101100
dry_run: true
@@ -150,7 +149,6 @@ runs:
150149
run: |
151150
echo "${{ inputs.python_version }}"
152151
echo "${{ inputs.ucc_modinput_functional }}"
153-
echo "${{ github.event_name }}"
154152
155153
- name: Artifact OpenAPI
156154
if: ${{ inputs.python_version }} == '3.7' && ${{ !cancelled() && inputs.ucc_modinput_functional == 'true' && inputs.modinput_functional == 'true' }}
@@ -185,8 +183,3 @@ runs:
185183
with:
186184
name: package-deployment
187185
path: build/package/deployment**
188-
189-
- name: Checkout repository
190-
uses: actions/checkout@v3
191-
with:
192-
repository: splunk/addonfactory-workflow-addon-release

0 commit comments

Comments
 (0)