Skip to content

Commit

Permalink
chore: test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Mar 18, 2024
1 parent 00219a7 commit 6762a85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/upgrade-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@ jobs:
- name: Bump chart versions
run: python upgrade.py

- name: Check if changes detected
id: diff
run: echo "changes=$(git diff --exit-code > /dev/null || echo $?)\n" >> $GITHUB_OUTPUT

- name: Debug
if: ${{ steps.diff.outputs.changes == '1' }}
run: git diff

0 comments on commit 6762a85

Please sign in to comment.