From d351fb20ce2135be79b5a33445a92f8b94b5222e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 4 Dec 2022 21:22:28 +0000 Subject: [PATCH] chore(nightly): schedule nightly builds for 23:00 UTC With nightly runs at midnight, it sometimes takes GitHub Actions over an hour to start the build. On rare occasion this allows new commits from the new day sneaking in. Hence we adjust the scheduled build time for now, until the build tool can be updated to support picking a target commit based on date limits. --- .github/workflows/nightly-emacs-28.yml | 2 +- .github/workflows/nightly-master.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-emacs-28.yml b/.github/workflows/nightly-emacs-28.yml index 542ade5..92041db 100644 --- a/.github/workflows/nightly-emacs-28.yml +++ b/.github/workflows/nightly-emacs-28.yml @@ -2,7 +2,7 @@ name: Nightly (emacs-28) on: schedule: - - cron: "0 0 * * *" + - cron: "0 23 * * *" workflow_dispatch: inputs: git_sha: diff --git a/.github/workflows/nightly-master.yml b/.github/workflows/nightly-master.yml index 7de3b54..ee62196 100644 --- a/.github/workflows/nightly-master.yml +++ b/.github/workflows/nightly-master.yml @@ -2,7 +2,7 @@ name: Nightly (master) on: schedule: - - cron: "0 0 * * *" + - cron: "0 23 * * *" workflow_dispatch: inputs: git_sha: