Update translations.yml

[skip ci]
This commit is contained in:
Herculino Trotta
2025-03-04 03:00:00 -03:00
committed by GitHub
parent 7282aa20ee
commit 531571798a

View File

@@ -19,7 +19,8 @@ concurrency:
jobs:
update-translations:
runs-on: ubuntu-latest
permissions:
contents: write
# Skip on PRs from forks (which don't have write permissions)
# Allow manual runs and pushes to main
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)