feat(builds): change nightly schedule from 2:35 UTC to 0:30 UTC

This commit is contained in:
2021-05-09 19:38:09 +01:00
parent c6b1e95f4c
commit aaa4aa947d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
name: Build
on:
schedule:
- cron: "35 2 * * *"
- cron: "30 0 * * *"
workflow_dispatch:
inputs:
gitRef:

View File

@@ -50,7 +50,7 @@ executed within a GitHub Actions workflow. Full build history is available
[jimeh/build-emacs-for-macos]: https://github.com/jimeh/build-emacs-for-macos
[actions]: https://github.com/jimeh/emacs-builds/actions
Nightly builds are scheduled for 2:35 UTC every night, based on the latest
Nightly builds are scheduled for 0:30 UTC every night, based on the latest
commit from the `master` branch of the [emacs-mirror/emacs][] repository. This
means a nightly build will only be produced if there have been new commits since
the last nightly build.