From 6bb84e6798860ed1b81669b6c679e6ae3b94523b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 26 Oct 2024 16:14:55 +0100 Subject: [PATCH] ci(daily): run update casks workflow at 3pm instead of 3am The nightly builds which start around 11pm can sometimes take hours to run, so 3am is too early to guarantee that any/all nightly builds are complete. --- .github/workflows/update-casks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-casks.yml b/.github/workflows/update-casks.yml index 4878fcd9..b21e53e4 100644 --- a/.github/workflows/update-casks.yml +++ b/.github/workflows/update-casks.yml @@ -3,7 +3,7 @@ name: Update Casks concurrency: jimeh/homebrew-emacs-builds/update-casks on: schedule: - - cron: "0 3 * * *" + - cron: "0 15 * * *" workflow_dispatch: inputs: cask: