Skip to content

Commit b793212

Browse files
authored
Move some crons earlier (#9389)
1 parent 54e6b84 commit b793212

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.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 2am (PST) - cron uses UTC times
13-
- cron: '0 10 * * *'
12+
# Run every day at 12am (PST) - cron uses UTC times
13+
- cron: '0 8 * * *'
1414

1515
jobs:
1616
pod-lib-lint:

.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 3am (PST) - cron uses UTC times
12-
- cron: '0 11 * * *'
11+
# Run every day at 1am (PST) - cron uses UTC times
12+
- cron: '0 9 * * *'
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 3am (PST) - cron uses UTC times
14-
- cron: '0 11 * * *'
13+
# Run every day at 1am (PST) - cron uses UTC times
14+
- cron: '0 9 * * *'
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 2am (PST) - cron uses UTC times
60-
- cron: '0 10 * * *'
59+
# Run every day at 12am (PST) - cron uses UTC times
60+
- cron: '0 8 * * *'
6161

6262
jobs:
6363
check:

.github/workflows/functions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414
- 'Gemfile*'
1515

1616
schedule:
17-
# Run every day at 3am (PST) - cron uses UTC times
18-
- cron: '0 11 * * *'
17+
# Run every day at 1am (PST) - cron uses UTC times
18+
- cron: '0 9 * * *'
1919

2020
jobs:
2121

0 commit comments

Comments
 (0)