Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jun 7, 2024
1 parent c90a0e3 commit 9f960f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ files:
- config.json
- custom.json
translation: /src/locales/%locale%/%original_file_name%
pull_request_title: "Update translations"
pull_request_labels: [
"i18n / l10n",
"CI run required"
]
6 changes: 5 additions & 1 deletion .github/workflows/fix-i18n.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Fix CrowdIn commits
on: workflow_dispatch
on:
pull_request:
types:
- unlabeled
jobs:
deploy:
if: ${{ github.event.label.name == 'CI run required' }}
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 9f960f9

Please sign in to comment.