Skip to content

Commit 070c929

Browse files
authored
chore(ci): Correct cron schedule comments in GitHub workflows (#15222)
1 parent 435ea5b commit 070c929

36 files changed

+35
-36
lines changed

.github/workflows/abtesting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- '.github/workflows/common_catalyst.yml'
1616
- 'Gemfile*'
1717
schedule:
18-
# Run every day at 1am(PST) - cron uses UTC times
18+
# Run every day at 2am (PDT) / 5am (EDT) - cron uses UTC times
1919
- cron: '0 9 * * *'
2020

2121
concurrency:

.github/workflows/analytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- '.github/workflows/analytics.yml'
1010
- 'Gemfile*'
1111
schedule:
12-
# Run every day at 1am (PST) - cron uses UTC times
12+
# Run every day at 2am (PDT) / 5am (EDT) - cron uses UTC times
1313
- cron: '0 9 * * *'
1414

1515
concurrency:

.github/workflows/appdistribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '.github/workflows/common_catalyst.yml'
1515
- 'Gemfile*'
1616
schedule:
17-
# Run every day at 1am (PST) - cron uses UTC times
17+
# Run every day at 2am (PDT) / 5am (EDT) - cron uses UTC times
1818
- cron: '0 9 * * *'
1919

2020
concurrency:

.github/workflows/archiving.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
paths:
77
- '.github/workflows/archiving.yml'
88
schedule:
9-
# Run every day at 2am (PST) - cron uses UTC times
9+
# Run every day at 3am (PDT) / 6am (EDT) - cron uses UTC times
1010
# This is set to 3 hours after zip workflow finishes so zip testing can run after.
1111
- cron: '0 10 * * *'
1212

.github/workflows/auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- 'scripts/gha-encrypted/AuthSample/SwiftApplication.plist.gpg'
1717
- 'Gemfile*'
1818
schedule:
19-
# Run every day at 1am (PST) - cron uses UTC times
19+
# Run every day at 2am (PDT) / 5am (EDT) - cron uses UTC times
2020
- cron: '0 9 * * *'
2121

2222
env:

.github/workflows/client_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- "IntegrationTesting/ClientApp/**"
1414
- "Gemfile*"
1515
schedule:
16-
# Run every day at 12am (PST) - cron uses UTC times
16+
# Run every day at 1am (PDT) / 4am (EDT) - cron uses UTC times
1717
- cron: "0 8 * * *"
1818

1919
env:

.github/workflows/cocoapods-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- '.github/workflows/cocoapods-integration.yml'
99
- 'Gemfile*'
1010
schedule:
11-
# Run every day at 2am (PST) - cron uses UTC times
11+
# Run every day at 3am (PDT) / 6am (EDT) - cron uses UTC times
1212
- cron: '0 10 * * *'
1313

1414
concurrency:

.github/workflows/combine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ on:
4242
# - 'Firestore/**' # (Disabled to avoid building Firestore in presubmits)
4343

4444
schedule:
45-
# Run every day at 11pm (PST) - cron uses UTC times
45+
# Run every day at 12am (PDT) / 3am (EDT) - cron uses UTC times
4646
- cron: '0 7 * * *'
4747

4848
concurrency:

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '.github/workflows/common_catalyst.yml'
1515
- 'Gemfile*'
1616
schedule:
17-
# Run every day at 2am (PST) - cron uses UTC times
17+
# Run every day at 3am (PDT) / 6am (EDT) - cron uses UTC times
1818
- cron: '0 10 * * *'
1919

2020
concurrency:

.github/workflows/core_extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- '.github/workflows/common_cocoapods.yml'
1515
- 'Gemfile*'
1616
schedule:
17-
# Run every day at 2am (PST) - cron uses UTC times
17+
# Run every day at 3am (PDT) / 6am (EDT) - cron uses UTC times
1818
- cron: '0 10 * * *'
1919

2020
jobs:

0 commit comments

Comments
 (0)