Skip to content

Commit

Permalink
Add workflow to split up Weblate PR
Browse files Browse the repository at this point in the history
Closes keycloak#31369

Signed-off-by: Jon Koops <[email protected]>
  • Loading branch information
jonkoops committed Jul 17, 2024
1 parent 5526976 commit 13f55fa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/weblate-split.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Split Weblate Translations
on:
pull_request:
branches:
- main
paths:
- '**/messages_*.properties'
jobs:
split-translations:
if: github.event.pull_request.head.repo.full_name == 'weblate/keycloak'
name: Split Translations
runs-on: ubuntu-latest

0 comments on commit 13f55fa

Please sign in to comment.