gh: remove localization build condition
This commit is contained in:
parent
60fb874912
commit
19afb2f38f
@ -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
|
Loading…
Reference in New Issue
Block a user