Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
awownysz-splunk committed Dec 19, 2023
1 parent 3e31b4e commit e062963
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ outputs:
runs:
using: composite
steps:
# - name: Checkout repository
# uses: actions/checkout@v3
# with:
# # Very Important: semantic-release won't trigger a tagged
# # build if this is not set to false
# persist-credentials: false
- name: Checkout repository
uses: actions/checkout@v3
with:
# Very Important: semantic-release won't trigger a tagged
# build if this is not set to false
persist-credentials: false

- name: Setup python
uses: actions/setup-python@v4
Expand Down Expand Up @@ -149,6 +149,7 @@ runs:
run: |
echo "${{ inputs.python_version }}"
echo "${{ inputs.ucc_modinput_functional }}"
echo "${{ github.event_name }}"
- name: Artifact OpenAPI
if: ${{ inputs.python_version }} == '3.7' && ${{ !cancelled() && inputs.ucc_modinput_functional == 'true' && inputs.modinput_functional == 'true' }}
Expand Down

0 comments on commit e062963

Please sign in to comment.