File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 9
9
- ' .github/workflows/core-diagnostics.yml'
10
10
- ' Gemfile*'
11
11
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 * * *'
14
14
15
15
jobs :
16
16
pod-lib-lint :
Original file line number Diff line number Diff line change 8
8
- ' Interop/Analytics/Public/*.h'
9
9
- ' Gemfile*'
10
10
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 * * *'
13
13
14
14
jobs :
15
15
pod_lib_lint :
Original file line number Diff line number Diff line change 10
10
- ' .github/workflows/firebasepod.yml'
11
11
- ' Gemfile*'
12
12
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 * * *'
15
15
16
16
jobs :
17
17
installation-test :
Original file line number Diff line number Diff line change 56
56
- ' Gemfile*'
57
57
58
58
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 * * *'
61
61
62
62
jobs :
63
63
check :
Original file line number Diff line number Diff line change 14
14
- ' Gemfile*'
15
15
16
16
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 * * *'
19
19
20
20
jobs :
21
21
You can’t perform that action at this time.
0 commit comments