Skip to content

Commit

Permalink
updated helm-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shijinrajbosch committed Nov 22, 2023
1 parent 5fdef01 commit 80da300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
helm install semantic-hub tractusx-dev/semantic-hub --version ${{ github.event.inputs.upgrade_from || '0.1.32' }}
helm dependency update charts/semantic-hub
helm upgrade semantic-hub charts/semantic-hub
if: steps.list-changed.outputs.changed == 'true'
if: github.event_name != 'pull_request' || steps.list-changed.outputs.changed == 'true'

0 comments on commit 80da300

Please sign in to comment.