Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '.github/workflows/analytics.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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/appdistribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/archiving.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths:
- '.github/workflows/archiving.yml'
schedule:
# 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 * * *'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- 'scripts/gha-encrypted/AuthSample/SwiftApplication.plist.gpg'
- '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 * * *'

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- "IntegrationTesting/ClientApp/**"
- "Gemfile*"
schedule:
# 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 * * *"

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cocoapods-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '.github/workflows/cocoapods-integration.yml'
- 'Gemfile*'
schedule:
# Run every day at 2am (PST) - cron uses UTC times
# Run every day at 3am (PDT) / 6am (EDT) - cron uses UTC times
- cron: '0 10 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/combine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:
# - 'Firestore/**' # (Disabled to avoid building Firestore in presubmits)

schedule:
# 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 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '.github/workflows/common_catalyst.yml'
- 'Gemfile*'
schedule:
# Run every day at 2am (PST) - cron uses UTC times
# Run every day at 3am (PDT) / 6am (EDT) - cron uses UTC times
- cron: '0 10 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core_extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '.github/workflows/common_cocoapods.yml'
- 'Gemfile*'
schedule:
# Run every day at 2am (PST) - cron uses UTC times
# Run every day at 3am (PDT) / 6am (EDT) - cron uses UTC times
- cron: '0 10 * * *'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core_internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '.github/workflows/common_catalyst.yml'
- 'Gemfile*'
schedule:
# Run every day at 2am (PST) - cron uses UTC times
# Run every day at 3am (PDT) / 6am (EDT) - cron uses UTC times
- cron: '0 10 * * *'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crashlytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- 'Interop/Analytics/Public/*.h'
- 'Gemfile*'
schedule:
# 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 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
- 'Gemfile*'
- 'scripts/run_database_emulator.sh'
schedule:
# Run every day at 2am (PST) - cron uses UTC times
# Run every day at 3am (PDT) / 6am (EDT) - cron uses UTC times
- cron: '0 10 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase_app_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '.github/workflows/common_catalyst.yml'
- 'Gemfile*'
schedule:
# 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 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebaseai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
# Do not run for documentation-only PRs.
- '!**.md'
schedule:
# 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 * * *'
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebasepod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '.github/workflows/firebasepod.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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
workflow_dispatch:
pull_request:
schedule:
# 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 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
- '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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '.github/workflows/generate_issues.yml'
- '.github/actions/testing_report_generation**'
schedule:
# 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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/inappmessaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '.github/workflows/common_cocoapods.yml'
- 'Gemfile*'
schedule:
# 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 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '.github/workflows/common_catalyst.yml'
- 'Gemfile*'
schedule:
# 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 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
# Rebuild on Ruby infrastructure changes
- 'Gemfile*'
schedule:
# 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 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mlmodeldownloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '.github/workflows/common_catalyst.yml'
- 'Gemfile*'
schedule:
# 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 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notice_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- '.github/workflows/notice_generation.yml'
- '.github/actions/notices_generation**'
schedule:
# Run every day at 2am (PST) - cron uses UTC times
# Run every day at 3am (PDT) / 6am (EDT) - cron uses UTC times
- cron: '0 10 * * *'
jobs:
generate_a_notice:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/performance-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
# - https://crontab.guru/
schedule:
# Runs every 4 hours.
# TODO: Validate when the timer starts after job is triggered.
- cron: '0 */4 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
# Rebuild on Ruby infrastructure changes
- 'Gemfile*'
schedule:
# Run every day at 11pm (PST) - cron uses UTC times
# Run every day at 12am (PDT) / 3am (EDT) - cron uses UTC times
# Specified in format 'minutes hours day month dayofweek'
- cron: '0 7 * * *'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
types: [closed]
workflow_dispatch:
schedule:
# 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 * * *'

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'Gemfile*'
workflow_dispatch:
schedule:
# 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 * * *'

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remoteconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- 'scripts/generate_access_token.sh'
- 'scripts/gha-encrypted/RemoteConfigSwiftAPI/**'
schedule:
# 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 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sessions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
- '.github/workflows/common_catalyst.yml'
- 'Gemfile*'
schedule:
# 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 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shared-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- 'Gemfile*'

schedule:
# 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 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- 'SwiftPM-PlatformExclude'
- 'Gemfile*'
schedule:
# 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 * * *'

# This workflow builds and tests the Swift Package Manager. Only iOS runs on PRs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
# Rebuild on Ruby infrastructure changes.
- 'Gemfile*'
schedule:
# 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 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/symbolcollision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'SymbolCollisionTest/**'
- 'Gemfile*'
schedule:
# 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 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/watchos-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
# Rebuild on Ruby infrastructure changes
- 'Gemfile*'
schedule:
# 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 * * *'

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# Don't run based on any markdown only changes.
- '!ReleaseTooling/*.md'
schedule:
# 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 * * *'

workflow_dispatch:
Expand Down
Loading