We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93eaee commit c9fe383Copy full SHA for c9fe383
.github/workflows/amplify_auth_cognito_example.yaml
@@ -145,7 +145,7 @@ on:
145
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
146
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
147
schedule:
148
- - cron: "0 13 * * *" # Everyday at 06:00 PST
+ - cron: "0 13 * * 1" # Every Monday at 06:00 PST
149
workflow_dispatch:
150
defaults:
151
run:
.github/workflows/amplify_authenticator_example.yaml
@@ -137,7 +137,7 @@ on:
137
138
139
140
141
142
143
0 commit comments