1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Reduce stale/lock gh actions interval (#2341)

This commit is contained in:
Otto Winter
2021-09-19 14:20:35 +02:00
committed by GitHub
parent 8f3a739da7
commit 2e49039c01
3 changed files with 2 additions and 61 deletions

View File

@@ -2,7 +2,7 @@ name: Lock
on:
schedule:
- cron: "0 * * * *"
- cron: '30 0 * * *'
workflow_dispatch:
permissions:

View File

@@ -2,7 +2,7 @@ name: Stale
on:
schedule:
- cron: "0 * * * *"
- cron: '30 0 * * *'
workflow_dispatch:
permissions: