cron daily only

This commit is contained in:
Jaco Greeff
2021-06-01 09:03:46 +03:00
parent 527a3e3a83
commit d634e6b200
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: 'Lock Threads'
on: on:
schedule: schedule:
- cron: '2 2/5 * * *' - cron: '10 2 * * *'
jobs: jobs:
lock: lock:
+1 -1
View File
@@ -1,7 +1,7 @@
name: 'Close stale issues and PRs' name: 'Close stale issues and PRs'
on: on:
schedule: schedule:
- cron: '3 3/5 * * *' - cron: '10 3 * * *'
jobs: jobs:
stale: stale: