Skip to content

Commit

Permalink
ignore english translations
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Apr 28, 2024
1 parent d9b1ec9 commit 96eb2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
SEARCH='strings.xml'
CHANGEDFILES=''
for file in ${ALL_CHANGED_FILES}; do
if [[ "$file" == *"$SEARCH" ]]; then
if [[ "$file" == *values-*"$SEARCH" ]]; then
echo "$file was changed"
CHANGEDFILES="${CHANGEDFILES} $file"
echo "should-run=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 96eb2e5

Please sign in to comment.