mirror of
https://github.com/coder/code-server.git
synced 2026-05-08 22:30:01 -05:00
Make update cron run twice daily
Every hour seems aggressive, typically I will only check for PRs once a day anyway.
This commit is contained in:
2
.github/workflows/update.yaml
vendored
2
.github/workflows/update.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
type: string
|
||||
required: true
|
||||
schedule:
|
||||
- cron: "23 * * * *"
|
||||
- cron: "0 16,21 * * *"
|
||||
|
||||
jobs:
|
||||
update:
|
||||
|
||||
Reference in New Issue
Block a user