Skip to content

Commit

Permalink
Remove unused if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Davidson committed Oct 17, 2024
1 parent 97cee5e commit 3cb6f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
contents: write
runs-on: ubuntu-latest
# needs: helm_chart_version_check
if: ${{ needs.helm_chart_version_check.outputs.version_changed == 'true' }}
# if: ${{ needs.helm_chart_version_check.outputs.version_changed == 'true' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 3cb6f94

Please sign in to comment.