Adjust cron locks

This commit is contained in:
Jaco Greeff
2021-06-07 16:59:49 +03:00
parent 9098648155
commit a74fa0554f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: 'Lock Threads'
on:
schedule:
- cron: '4 4 * * *'
- cron: '30 1/2 * * *'
jobs:
lock:
+1 -1
View File
@@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '2 2 * * *'
- cron: '30 2/2 * * *'
jobs:
stale: