File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,10 @@ updates:
182
182
directory : " packages/notifications/push/amplify_push_notifications/android"
183
183
schedule :
184
184
interval : " weekly"
185
+ - package-ecosystem : " pub"
186
+ directory : " packages/notifications/push/amplify_push_notifications/example"
187
+ schedule :
188
+ interval : " daily"
185
189
- package-ecosystem : " pub"
186
190
directory : " packages/notifications/push/amplify_push_notifications_pinpoint"
187
191
schedule :
Original file line number Diff line number Diff line change 11
11
- ' packages/notifications/push/amplify_push_notifications/**/*.yaml'
12
12
- ' packages/notifications/push/amplify_push_notifications/android/**/*'
13
13
- ' packages/notifications/push/amplify_push_notifications/example/android/**/*'
14
- - ' .github/workflows/flutter_android.build .yaml'
14
+ - ' .github/workflows/flutter_android.test .yaml'
15
15
- ' .github/workflows/amplify_push_notifications.android.yaml'
16
16
schedule :
17
17
- cron : " 0 0 * * 0" # Every Sunday at 00:00
@@ -22,7 +22,7 @@ permissions: read-all
22
22
23
23
jobs :
24
24
test :
25
- uses : ./.github/workflows/flutter_android.build .yaml
25
+ uses : ./.github/workflows/flutter_android.test .yaml
26
26
with :
27
- working-directory : packages/notifications/push/amplify_push_notifications/example
27
+ working-directory : packages/notifications/push/amplify_push_notifications/example/android
28
28
package-name : amplify_push_notifications
You can’t perform that action at this time.
0 commit comments