This commit is contained in:
DaneEvans 2025-07-07 16:08:13 +10:00 committed by GitHub
parent 053e527ce2
commit 6f82dd7e86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

@ -20,7 +20,7 @@ on:
jobs:
androidTest:
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 25
strategy:
matrix:
api-level: ${{ fromJson(inputs.api_levels) }} # Use the input to define the matrix

View file

@ -80,6 +80,10 @@ jobs:
download_translations: true
create_pull_request: false
commit_message: 'chore(l10n): New Crowdin Translations from scheduled update'
push_translations: false
push_sources: false
localization_branch_name: ${{ github.ref_name }}
# skip_ref_checkout: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}