mirror of
https://github.com/cdr/code-server.git
synced 2026-05-09 04:50:49 +02: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:
parent
62a552d896
commit
93ce398e28
1 changed files with 1 additions and 1 deletions
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue