Skip to content

Commit

Permalink
fix(repo): Schedule workflows at 6 am PST (#3946)
Browse files Browse the repository at this point in the history
Github schedule is based on UTC.  6 am UTC = 11 pm PST.  We should use PST instead.
  • Loading branch information
fjnoyp authored Oct 17, 2023
1 parent 5dff469 commit 9580c9f
Show file tree
Hide file tree
Showing 61 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/amplify_analytics_pinpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_analytics_pinpoint_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_analytics_pinpoint_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_api_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ on:
- 'packages/aws_signature_v4/lib/**/*.dart'
- 'packages/aws_signature_v4/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_api_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_auth_cognito.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_auth_cognito_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_auth_cognito_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_auth_cognito_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_authenticator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_authenticator_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
- 'packages/aws_signature_v4/lib/**/*.dart'
- 'packages/aws_signature_v4/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_datastore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
- 'packages/aws_signature_v4/lib/**/*.dart'
- 'packages/aws_signature_v4/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_datastore_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_datastore_plugin_interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
- 'packages/aws_signature_v4/lib/**/*.dart'
- 'packages/aws_signature_v4/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_db_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
- 'packages/common/amplify_db_common_dart/lib/**/*.dart'
- 'packages/common/amplify_db_common_dart/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_db_common_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ on:
- 'packages/common/amplify_db_common_dart/lib/**/*'
- 'packages/common/amplify_db_common_dart/test/**/*'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_db_common_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ on:
- 'packages/common/amplify_db_common_dart/lib/**/*.dart'
- 'packages/common/amplify_db_common_dart/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_flutter_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_lints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- 'packages/amplify_lints/lib/**/*'
- 'packages/amplify_lints/test/**/*'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_native_legacy_wrapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
- 'packages/amplify_native_legacy_wrapper/lib/**/*'
- 'packages/amplify_native_legacy_wrapper/test/**/*'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
- 'packages/aws_common/lib/**/*.dart'
- 'packages/aws_common/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_push_notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_push_notifications_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_push_notifications_pinpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_secure_storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_secure_storage_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_secure_storage_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_secure_storage_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_storage_s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on:
- 'packages/storage/amplify_storage_s3_dart/lib/**/*.dart'
- 'packages/storage/amplify_storage_s3_dart/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_storage_s3_dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on:
- 'packages/storage/amplify_storage_s3_dart/lib/**/*'
- 'packages/storage/amplify_storage_s3_dart/test/**/*'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_storage_s3_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
- 'packages/aws_common/lib/**/*'
- 'packages/aws_common/test/**/*'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_json1_0_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_json1_0_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_json1_1_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_json1_1_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_query_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_query_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
- 'packages/smithy/smithy_aws/lib/**/*.dart'
- 'packages/smithy/smithy_aws/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aws_signature_v4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on:
- 'packages/aws_signature_v4/lib/**/*'
- 'packages/aws_signature_v4/test/**/*'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cognito_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ on:
- 'packages/worker_bee/worker_bee_builder/lib/**/*.dart'
- 'packages/worker_bee/worker_bee_builder/pubspec.yaml'
schedule:
- cron: "0 6 * * *" # Every day at 06:00
- cron: "0 13 * * *" # Everyday at 06:00 PST
defaults:
run:
shell: bash
Expand Down
Loading

0 comments on commit 9580c9f

Please sign in to comment.