mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 13:06:40 +00:00
feat(builds): change nightly schedule from 2:35 UTC to 0:30 UTC
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -2,7 +2,7 @@
|
||||
name: Build
|
||||
on:
|
||||
schedule:
|
||||
- cron: "35 2 * * *"
|
||||
- cron: "30 0 * * *"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
gitRef:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user