Skip to content

Commit b6e08b5

Browse files
authored
Logic reversed in translation check (#9694)
1 parent 1429743 commit b6e08b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ build-mos: compile-pot
196196
done
197197

198198
translations: compile-pot
199-
ifneq ($(filter false,$(GITHUB_ACTIONS)),)
199+
ifneq ($(GITHUB_ACTIONS), false)
200200
git diff --quiet ./warehouse/locale/messages.pot || (echo "There are outstanding translations, run 'make translations' and commit the changes."; exit 1)
201201
else
202202
endif

0 commit comments

Comments
 (0)