Skip to content

amplify_push_notifications Android #22

amplify_push_notifications Android

amplify_push_notifications Android #22

# Generated with aft. To update, run: `aft generate workflows`
name: amplify_push_notifications Android
on:
push:
branches:
- main
- stable
- next
pull_request:
paths:
- 'packages/notifications/push/amplify_push_notifications/**/*.yaml'
- 'packages/notifications/push/amplify_push_notifications/android/**/*'
- 'packages/notifications/push/amplify_push_notifications/example/android/**/*'
- '.github/workflows/flutter_android.yaml'
- '.github/workflows/amplify_push_notifications_android.yaml'
schedule:
- cron: "0 0 * * 0" # Every Sunday at 00:00
defaults:
run:
shell: bash
permissions: read-all
# 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
with:
example-directory: packages/notifications/push/amplify_push_notifications/example
package-name: amplify_push_notifications
has-native-tests: true