mirror of
https://github.com/esphome/esphome.git
synced 2026-06-09 05:42:34 +08:00
Reduce stale/lock gh actions interval (#2341)
This commit is contained in:
@@ -2,7 +2,7 @@ name: Lock
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
- cron: '30 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
||||
@@ -2,7 +2,7 @@ name: Stale
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 * * * *"
|
||||
- cron: '30 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user