Skip to content

Commit ba88e60

Browse files
committed
ci: run scheduled builds 4 hours earlier
Let's kick these off in the middle of my night so they should be done by the time I'm awake. I'm tired of having these running jobs delay my CI during the middle of the day.
1 parent 9de5fd3 commit ba88e60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
pull_request:
44
schedule:
5-
- cron: '13 15 * * *'
5+
- cron: '13 11 * * *'
66
jobs:
77
# We need to build our own sccache until e6326bc8a20ee06af37e16a3a7a14e3374c66c66
88
# is in a released version.

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
pull_request:
44
schedule:
5-
- cron: '13 15 * * *'
5+
- cron: '13 11 * * *'
66
jobs:
77
# We need to build our own sccache until e6326bc8a20ee06af37e16a3a7a14e3374c66c66
88
# is in a released version.

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
pull_request:
44
schedule:
5-
- cron: '13 15 * * *'
5+
- cron: '13 11 * * *'
66
jobs:
77
pythonbuild:
88
runs-on: 'windows-2019'

0 commit comments

Comments
 (0)