Skip to content

Commit 4f43537

Browse files
authored
Move cron jobs later (#7747)
1 parent 0484975 commit 4f43537

13 files changed

+26
-26
lines changed

.github/workflows/abtesting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- '.github/workflows/abtesting.yml'
99
- 'Gemfile'
1010
schedule:
11-
# Run every day at 7pm (PST) - cron uses UTC times
12-
- cron: '0 3 * * *'
11+
# Run every day at 1am(PST) - cron uses UTC times
12+
- cron: '0 9 * * *'
1313

1414
jobs:
1515
pod-lib-lint:

.github/workflows/analytics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- 'GoogleAppMeasurement.podspec.json'
99
- 'Gemfile'
1010
schedule:
11-
# Run every day at 7pm (PST) - cron uses UTC times
12-
- cron: '0 3 * * *'
11+
# Run every day at 1am (PST) - cron uses UTC times
12+
- cron: '0 9 * * *'
1313

1414
jobs:
1515
pod-lib-lint:

.github/workflows/appdistribution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
- '.github/workflows/appdistribution.yml'
88
- 'Gemfile'
99
schedule:
10-
# Run every day at 7pm (PST) - cron uses UTC times
11-
- cron: '0 3 * * *'
10+
# Run every day at 1am (PST) - cron uses UTC times
11+
- cron: '0 9 * * *'
1212

1313
jobs:
1414
pod-lib-lint:

.github/workflows/auth.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- '.github/workflows/auth.yml'
99
- 'Gemfile'
1010
schedule:
11-
# Run every day at 7pm (PST) - cron uses UTC times
12-
- cron: '0 3 * * *'
11+
# Run every day at 1am (PST) - cron uses UTC times
12+
- cron: '0 9 * * *'
1313

1414
jobs:
1515

.github/workflows/cocoapods-integration.yml

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

1313
jobs:
1414
tests:

.github/workflows/core-diagnostics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
- '.github/workflows/core-diagnostics.yml'
1010
- 'Gemfile'
1111
schedule:
12-
# Run every day at 8pm (PST) - cron uses UTC times
13-
- cron: '0 4 * * *'
12+
# Run every day at 2am (PST) - cron uses UTC times
13+
- cron: '0 10 * * *'
1414

1515
jobs:
1616
pod-lib-lint:

.github/workflows/core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- '.github/workflows/core.yml'
99
- 'Gemfile'
1010
schedule:
11-
# Run every day at 8pm (PST) - cron uses UTC times
12-
- cron: '0 4 * * *'
11+
# Run every day at 2am (PST) - cron uses UTC times
12+
- cron: '0 10 * * *'
1313

1414
jobs:
1515
pod-lib-lint:

.github/workflows/crashlytics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
- 'Interop/Analytics/Public/*.h'
1010
- 'Gemfile'
1111
schedule:
12-
# Run every day at 8pm (PST) - cron uses UTC times
13-
- cron: '0 4 * * *'
12+
# Run every day at 10am (PST) - cron uses UTC times
13+
- cron: '0 2 * * *'
1414

1515
jobs:
1616

.github/workflows/database.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
- 'Gemfile'
1212
- 'scripts/run_database_emulator.sh'
1313
schedule:
14-
# Run every day at 8pm (PST) - cron uses UTC times
15-
- cron: '0 4 * * *'
14+
# Run every day at 2am (PST) - cron uses UTC times
15+
- cron: '0 10 * * *'
1616

1717
jobs:
1818
unit:

.github/workflows/dynamiclinks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
- 'Interop/Analytics/Public/*.h'
99
- 'Gemfile'
1010
schedule:
11-
# Run every day at 9pm (PST) - cron uses UTC times
12-
- cron: '0 5 * * *'
11+
# Run every day at 3am (PST) - cron uses UTC times
12+
- cron: '0 11 * * *'
1313

1414
jobs:
1515
pod_lib_lint:

.github/workflows/firebasepod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
- '.github/workflows/firebasepod.yml'
1111
- 'Gemfile'
1212
schedule:
13-
# Run every day at 9pm (PST) - cron uses UTC times
14-
- cron: '0 5 * * *'
13+
# Run every day at 3am (PST) - cron uses UTC times
14+
- cron: '0 11 * * *'
1515

1616
jobs:
1717
installation-test:

.github/workflows/firestore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ on:
5656
- 'Gemfile'
5757

5858
schedule:
59-
# Run every day at 9pm (PST) - cron uses UTC times
60-
- cron: '0 5 * * *'
59+
# Run every day at 2am (PST) - cron uses UTC times
60+
- cron: '0 10 * * *'
6161

6262
jobs:
6363
check:

.github/workflows/functions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
- 'FirebaseMessaging/Sources/Interop/*.h'
1010
- 'Gemfile'
1111
schedule:
12-
# Run every day at 10pm (PST) - cron uses UTC times
13-
- cron: '0 6 * * *'
12+
# Run every day at 3am (PST) - cron uses UTC times
13+
- cron: '0 11 * * *'
1414

1515
jobs:
1616

0 commit comments

Comments
 (0)