mirror of
https://github.com/esphome/esphome.git
synced 2026-09-21 20:18:43 +00: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