@@ -15,7 +15,7 @@ on:
- '.github/workflows/common_catalyst.yml'
- 'Gemfile*'
schedule:
- # Run every day at 1am(PST) - cron uses UTC times
+ # Run every day at 2am (PDT) / 5am (EDT) - cron uses UTC times
- cron: '0 9 * * *'
concurrency:
@@ -9,7 +9,7 @@ on:
- '.github/workflows/analytics.yml'
- # Run every day at 1am (PST) - cron uses UTC times
@@ -14,7 +14,7 @@ on:
@@ -6,7 +6,7 @@ on:
paths:
- '.github/workflows/archiving.yml'
- # Run every day at 2am (PST) - cron uses UTC times
+ # Run every day at 3am (PDT) / 6am (EDT) - cron uses UTC times
# This is set to 3 hours after zip workflow finishes so zip testing can run after.
- cron: '0 10 * * *'
@@ -16,7 +16,7 @@ on:
- 'scripts/gha-encrypted/AuthSample/SwiftApplication.plist.gpg'
env:
@@ -13,7 +13,7 @@ on:
- "IntegrationTesting/ClientApp/**"
- "Gemfile*"
- # Run every day at 12am (PST) - cron uses UTC times
+ # Run every day at 1am (PDT) / 4am (EDT) - cron uses UTC times
- cron: "0 8 * * *"
@@ -8,7 +8,7 @@ on:
- '.github/workflows/cocoapods-integration.yml'
@@ -42,7 +42,7 @@ on:
# - 'Firestore/**' # (Disabled to avoid building Firestore in presubmits)
- # Run every day at 11pm (PST) - cron uses UTC times
+ # Run every day at 12am (PDT) / 3am (EDT) - cron uses UTC times
- cron: '0 7 * * *'
- '.github/workflows/common_cocoapods.yml'
jobs:
- 'Interop/Analytics/Public/*.h'
- # Run every day at 10am (PST) - cron uses UTC times
+ # Run every day at 7pm (PDT) / 10pm (EDT) - cron uses UTC times
- cron: '0 2 * * *'
@@ -19,7 +19,7 @@ on:
- 'scripts/run_database_emulator.sh'
# Do not run for documentation-only PRs.
- '!**.md'
workflow_dispatch:
@@ -11,7 +11,7 @@ on:
- '.github/workflows/firebasepod.yml'
@@ -18,7 +18,7 @@ on:
pull_request:
- cron: '0 8 * * *'
@@ -20,7 +20,7 @@ on:
@@ -7,7 +7,7 @@ on:
- '.github/workflows/generate_issues.yml'
- '.github/actions/testing_report_generation**'
- # Run every day at 4am (PST) - cron uses UTC times
+ # Run every day at 5am (PDT) / 8am (EDT) - cron uses UTC times
- cron: '0 12 * * *'
permissions:
- # Run every day at 10pm (PST) - cron uses UTC times
+ # Run every day at 11pm (PDT) / 2am (EDT) - cron uses UTC times
- cron: '0 6 * * *'
@@ -22,7 +22,7 @@ on:
# Rebuild on Ruby infrastructure changes
@@ -10,7 +10,7 @@ on:
- '.github/workflows/notice_generation.yml'
- '.github/actions/notices_generation**'
generate_a_notice:
@@ -13,7 +13,6 @@ on:
# - https://crontab.guru/
# Runs every 4 hours.
- # TODO: Validate when the timer starts after job is triggered.
- cron: '0 */4 * * *'
# Specified in format 'minutes hours day month dayofweek'
types: [closed]
- # Run every day at 9pm (PST) - cron uses UTC times
+ # Run every day at 10pm (PDT) / 1am (EDT) - cron uses UTC times
- cron: '0 5 * * *'
@@ -17,7 +17,7 @@ on:
- 'scripts/generate_access_token.sh'
- 'scripts/gha-encrypted/RemoteConfigSwiftAPI/**'
- # Run every day at 9am (PST) - cron uses UTC times
+ # Run every day at 6pm (PDT) / 9pm (EDT) - cron uses UTC times
- cron: '0 1 * * *'
- # Run every day at 3am (PST) - cron uses UTC times
+ # Run every day at 4am (PDT) / 7am (EDT) - cron uses UTC times
- cron: '0 11 * * *'
@@ -12,7 +12,7 @@ on:
- 'SwiftPM-PlatformExclude'
# This workflow builds and tests the Swift Package Manager. Only iOS runs on PRs
# Rebuild on Ruby infrastructure changes.
- 'SymbolCollisionTest/**'
# Don't run based on any markdown only changes.
- '!ReleaseTooling/*.md'
- # Run every day at 8pm(PST) - cron uses UTC times
+ # Run every day at 9pm (PDT) / 12am (EDT) - cron uses UTC times
- cron: '0 4 * * *'