From 3072334b7fda4f51b74835c1de7e0a4cfcc74a4a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 12 May 2021 00:41:03 +0100 Subject: [PATCH] feat(builds): change nightly schedule from 0:30 UTC to 0:00 UTC --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1556b1a..8c60bf2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build on: schedule: - - cron: "30 0 * * *" + - cron: "0 0 * * *" workflow_dispatch: inputs: gitRef: diff --git a/README.md b/README.md index d53129a..cfdd1aa 100644 --- a/README.md +++ b/README.md @@ -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.