cron workflows

This commit is contained in:
Jaco Greeff
2021-06-02 10:07:38 +03:00
parent 8cfc2d820c
commit 88aa5bea8a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: 'Lock Threads'
on:
schedule:
- cron: '10 2 * * *'
- cron: '4 4 * * *'
jobs:
lock:
+1 -1
View File
@@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '10 3 * * *'
- cron: cron: '2 2 * * *'
jobs:
stale: