Skip to content

Commit

Permalink
gh: remove localization build condition
Browse files Browse the repository at this point in the history
  • Loading branch information
SuaYoo committed Nov 11, 2024
1 parent 60fb874 commit 19afb2f
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: Weblate Translation Build
name: Frontend Localization Build
on:
pull_request:
paths:
- 'frontend/xliff/*.xlf'
jobs:
setup-and-build:
# Continue only on requests from Weblate user
if: github.event.pull_request.user.name == 'weblate'

setup-and-build-translation:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
Expand Down

0 comments on commit 19afb2f

Please sign in to comment.