Skip to content

Commit 802aae7

Browse files
committed
update actions to have auth example tests run weekly
1 parent d30d088 commit 802aae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/amplify_auth_cognito_example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ on:
145145
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
146146
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
147147
schedule:
148-
- cron: "0 13 * * *" # Everyday at 06:00 PST
148+
- cron: "0 13 * * 1" # Every Monday at 06:00 PST
149149
workflow_dispatch:
150150
defaults:
151151
run:

.github/workflows/amplify_authenticator_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:

0 commit comments

Comments
 (0)