There was an error while loading. Please reload this page.
1 parent d17e5f3 commit 0ea99b9Copy full SHA for 0ea99b9
1 file changed
.github/workflows/sync.yml
@@ -51,6 +51,7 @@ jobs:
51
find . -name "*.po" -exec powrap {} \;
52
53
- name: Commit and push changes
54
+ if: github.event_name != 'pull_request'
55
run: |
56
git config --local user.name "GitHub Action's update-translation job"
57
git config --local user.email github-actions@github.com
0 commit comments