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.
This commit is contained in:
2024-10-26 16:14:55 +01:00
parent 9eccbf675e
commit 6bb84e6798

View File

@@ -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: