Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
MuneebAijaz committed Nov 7, 2024
1 parent fa09ff7 commit 242fd80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 104 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
previous-version: ${{ steps.chart_eval.outputs.CURRENT_CHART_VERSION }}

- name: Fail if Helm Chart version isnt updated
if: steps.check-version.outputs.is-version-increased == 'true'
if: steps.check-version.outputs.is-version-increased != 'true'
run: |
echo "Helm Chart Version wasnt updated"
exit 1
103 changes: 0 additions & 103 deletions .github/workflows/push-helm-chart.yaml

This file was deleted.

0 comments on commit 242fd80

Please sign in to comment.