Skip to content

Commit faef524

Browse files
committed
updated aft command and all workflows
1 parent 802aae7 commit faef524

File tree

59 files changed

+59
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+59
-59
lines changed

.github/workflows/amplify_analytics_pinpoint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ on:
7373
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
7474
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
7575
schedule:
76-
- cron: "0 13 * * *" # Everyday at 06:00 PST
76+
- cron: "0 13 * * 1" # Every Monday at 06:00 PST
7777
workflow_dispatch:
7878
defaults:
7979
run:

.github/workflows/amplify_analytics_pinpoint_dart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ on:
6969
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
7070
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
7171
schedule:
72-
- cron: "0 13 * * *" # Everyday at 06:00 PST
72+
- cron: "0 13 * * 1" # Every Monday at 06:00 PST
7373
workflow_dispatch:
7474
defaults:
7575
run:

.github/workflows/amplify_analytics_pinpoint_example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ on:
133133
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
134134
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
135135
schedule:
136-
- cron: "0 13 * * *" # Everyday at 06:00 PST
136+
- cron: "0 13 * * 1" # Every Monday at 06:00 PST
137137
workflow_dispatch:
138138
defaults:
139139
run:

.github/workflows/amplify_api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ on:
6161
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
6262
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
6363
schedule:
64-
- cron: "0 13 * * *" # Everyday at 06:00 PST
64+
- cron: "0 13 * * 1" # Every Monday at 06:00 PST
6565
workflow_dispatch:
6666
defaults:
6767
run:

.github/workflows/amplify_api_dart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
- 'packages/aws_signature_v4/lib/**/*.dart'
4646
- 'packages/aws_signature_v4/pubspec.yaml'
4747
schedule:
48-
- cron: "0 13 * * *" # Everyday at 06:00 PST
48+
- cron: "0 13 * * 1" # Every Monday at 06:00 PST
4949
workflow_dispatch:
5050
defaults:
5151
run:

.github/workflows/amplify_api_example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ on:
137137
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
138138
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
139139
schedule:
140-
- cron: "0 13 * * *" # Everyday at 06:00 PST
140+
- cron: "0 13 * * 1" # Every Monday at 06:00 PST
141141
workflow_dispatch:
142142
defaults:
143143
run:

.github/workflows/amplify_auth_cognito.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ on:
8989
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
9090
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
9191
schedule:
92-
- cron: "0 13 * * *" # Everyday at 06:00 PST
92+
- cron: "0 13 * * 1" # Every Monday at 06:00 PST
9393
workflow_dispatch:
9494
defaults:
9595
run:

.github/workflows/amplify_auth_cognito_dart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ on:
7171
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
7272
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
7373
schedule:
74-
- cron: "0 13 * * *" # Everyday at 06:00 PST
74+
- cron: "0 13 * * 1" # Every Monday at 06:00 PST
7575
workflow_dispatch:
7676
defaults:
7777
run:

.github/workflows/amplify_auth_cognito_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ on:
8181
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
8282
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
8383
schedule:
84-
- cron: "0 13 * * *" # Everyday at 06:00 PST
84+
- cron: "0 13 * * 1" # Every Monday at 06:00 PST
8585
workflow_dispatch:
8686
defaults:
8787
run:

.github/workflows/amplify_authenticator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ on:
9393
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
9494
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
9595
schedule:
96-
- cron: "0 13 * * *" # Everyday at 06:00 PST
96+
- cron: "0 13 * * 1" # Every Monday at 06:00 PST
9797
workflow_dispatch:
9898
defaults:
9999
run:

0 commit comments

Comments
 (0)