Skip to content

Commit

Permalink
tmp: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Jan 19, 2024
1 parent 4f15b33 commit 3871dd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: Diff changes
run: |
diff_result=$(git diff --numstat HEAD -- ./locale/templates/LC_MESSAGES/amo.pot)
echo "result: $diff_result"
if [[ $diff_result -le 2 ]]; then
echo "nothing to do"
exit 0
Expand Down

0 comments on commit 3871dd9

Please sign in to comment.