diff --git a/.github/workflows/reusable-android-test.yml b/.github/workflows/reusable-android-test.yml index 3c31c74a0..5f8109f39 100644 --- a/.github/workflows/reusable-android-test.yml +++ b/.github/workflows/reusable-android-test.yml @@ -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 diff --git a/.github/workflows/scheduled-updates.yml b/.github/workflows/scheduled-updates.yml index 70f87c3cb..13697f2e7 100644 --- a/.github/workflows/scheduled-updates.yml +++ b/.github/workflows/scheduled-updates.yml @@ -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 }}