Skip to content

chore(actions): bump min swift version to 5.9 and updated CI jobs #566

chore(actions): bump min swift version to 5.9 and updated CI jobs

chore(actions): bump min swift version to 5.9 and updated CI jobs #566

# Generated with aft. To update, run: `aft generate workflows`
name: amplify_auth_cognito Android
on:
push:
branches:
- main
- stable
pull_request:
paths:
- 'packages/auth/amplify_auth_cognito/**/*.yaml'
- 'packages/auth/amplify_auth_cognito/android/**/*'
- 'packages/auth/amplify_auth_cognito/example/android/**/*'
- '.github/workflows/flutter_android.yaml'
- '.github/workflows/amplify_auth_cognito_android.yaml'
schedule:
- cron: "0 0 * * 0" # Every Sunday at 00:00
workflow_dispatch:
defaults:
run:
shell: bash
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
contents: read
# Cancels in-progress job when there is another push to same ref.
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
android:
uses: ./.github/workflows/flutter_android.yaml
secrets: inherit
with:
example-directory: packages/auth/amplify_auth_cognito/example
package-name: amplify_auth_cognito
has-native-tests: true