mirror of
https://github.com/jimeh/homebrew-emacs-builds.git
synced 2026-02-19 13:16:38 +00:00
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:
2
.github/workflows/update-casks.yml
vendored
2
.github/workflows/update-casks.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user