Skip to content

Commit

Permalink
Do not fail if there are no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Dec 24, 2024
1 parent afe8548 commit f14d635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Commit and push
run: |
git add src/main/resources/migrations.csv
git diff-index --quiet HEAD || (git commit -m "[Auto] Old GroupId migrations as of ${{ env.NOW }}" && git push origin main)
git diff --quiet HEAD || (git commit -m "[Auto] Old GroupId migrations as of ${{ env.NOW }}" && git push origin main)

0 comments on commit f14d635

Please sign in to comment.