chore(l10n): update translations from Crowdin #15188
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: E2E - PR | |
on: | |
pull_request: | |
branches: | |
- main | |
merge_group: | |
# Cancel any in progress run of the workflow for a given PR | |
# This avoids building outdated code | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} | |
cancel-in-progress: true | |
jobs: | |
android: | |
name: Android | |
uses: ./.github/workflows/e2e-android.yml | |
with: | |
android-api-level: 30 | |
secrets: inherit | |
ios: | |
name: iOS | |
uses: ./.github/workflows/e2e-ios.yml | |
with: | |
ios-version: '15.0' | |
secrets: inherit |