Skip to content

Commit 78df745

Browse files
KevinMindpull[bot]
authored andcommitted
CI: Only run push locales on push events (#22589)
* CI: Only run push locales on push events * TMP: also run push on pull requests * TMP: revert the push check
1 parent 1855cda commit 78df745

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ jobs:
193193
run: make extract_locales
194194

195195
- name: Push Locales
196+
if: |
197+
github.event_name == 'push' ||
198+
github.event_name == 'pull_request'
196199
shell: bash
197200
run: |
198201
is_fork="${{ needs.context.outputs.is_fork }}"

0 commit comments

Comments
 (0)