forked from aws-amplify/amplify-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (33 loc) · 1.13 KB
/
amplify_secure_storage_android.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated with aft. To update, run: `aft generate workflows`
name: amplify_secure_storage Android
on:
push:
branches:
- main
- stable
- next
pull_request:
paths:
- 'packages/secure_storage/amplify_secure_storage/**/*.yaml'
- 'packages/secure_storage/amplify_secure_storage/android/**/*'
- 'packages/secure_storage/amplify_secure_storage/example/android/**/*'
- '.github/workflows/flutter_android.yaml'
- '.github/workflows/amplify_secure_storage_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/secure_storage/amplify_secure_storage/example
package-name: amplify_secure_storage
has-native-tests: true