Skip to content

Commit 3cb6f94

Browse files
author
Scott Davidson
committed
Remove unused if condition
1 parent 97cee5e commit 3cb6f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
contents: write
6464
runs-on: ubuntu-latest
6565
# needs: helm_chart_version_check
66-
if: ${{ needs.helm_chart_version_check.outputs.version_changed == 'true' }}
66+
# if: ${{ needs.helm_chart_version_check.outputs.version_changed == 'true' }}
6767
steps:
6868
- name: Checkout
6969
uses: actions/checkout@v4

0 commit comments

Comments
 (0)