From d8e58b69bb8778cd50699a802545899c6ec41290 Mon Sep 17 00:00:00 2001 From: Peter Lewis Date: Thu, 21 Dec 2023 20:36:47 +0000 Subject: [PATCH] Update nightly to actually deploy nightly Midnight on the nose (or 5 minutes either side, if we're following GitHub documentation) feels a suitably memorable delinator, in terms of knowing when new nightly builds are landing! --- .github/workflows/deploy-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-nightly.yml b/.github/workflows/deploy-nightly.yml index bf9b6455..a94e2994 100644 --- a/.github/workflows/deploy-nightly.yml +++ b/.github/workflows/deploy-nightly.yml @@ -3,7 +3,7 @@ name: Build & Publish Nightly on: workflow_dispatch: schedule: - - cron: "0 12 * * *" + - cron: "0 0 * * *" jobs: deploy: