Adjust cron (#903)

This commit is contained in:
Jaco
2021-12-01 09:48:55 +01:00
committed by GitHub
parent e9ce780824
commit 09c468495f
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: 'Lock Threads'
on:
schedule:
- cron: '20 2 * * *'
- cron: '20 2/3 * * *'
jobs:
lock:

View File

@@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '35 2 * * *'
- cron: '35 2/3 * * *'
jobs:
stale: