Skip to content

Commit

Permalink
fix i18n generator action issue
Browse files Browse the repository at this point in the history
  • Loading branch information
y-chan committed Apr 29, 2020
1 parent 4df79b7 commit ac0e533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i18n_generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
i18n-builder:
if: github.event.commits[0].message != 'Update assets/locales/ja.json'
if: false == contains(github.event.commits[0].message, 'Update assets/locales/ja.json')
runs-on: ubuntu-latest
steps:
- name: Checkout development branch
Expand Down

0 comments on commit ac0e533

Please sign in to comment.