mirror of
https://github.com/coder/code-server.git
synced 2026-05-08 21:37:27 +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:
2
.github/workflows/update.yaml
vendored
2
.github/workflows/update.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "23 * * * *"
|
- cron: "0 16,21 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update:
|
update:
|
||||||
|
|||||||
Reference in New Issue
Block a user