gh: remove localization build condition

This commit is contained in:
sua yoo 2024-11-11 14:01:54 -08:00
parent 60fb874912
commit 19afb2f38f
No known key found for this signature in database
GPG Key ID: 5AD1B4C02D4F0567

View File

@ -1,13 +1,10 @@
name: Weblate Translation Build name: Frontend Localization Build
on: on:
pull_request: pull_request:
paths: paths:
- 'frontend/xliff/*.xlf' - 'frontend/xliff/*.xlf'
jobs: jobs:
setup-and-build: setup-and-build-translation:
# Continue only on requests from Weblate user
if: github.event.pull_request.user.name == 'weblate'
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the # Give the default GITHUB_TOKEN write permission to commit and push the