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

This commit is contained in:
2021-05-12 00:41:03 +01:00
parent 813835a540
commit 3072334b7f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -66,7 +66,7 @@ Full history for all builds is available on GitHub Actions [here][actions].
[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 0:30 UTC every night, based on the latest
Nightly builds are scheduled for 0:00 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.