Skip to content

Commit

Permalink
ci, helm: git diff can return non-zero
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Nov 13, 2024
1 parent 37506c1 commit d69cc53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Git diff
id: git-diff
continue-on-error: true
run: |
git diff --exit-code
if [ $? -eq 0 ]; then
Expand Down

0 comments on commit d69cc53

Please sign in to comment.