1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

Change to once a day for locking [skip ci]

This commit is contained in:
Qstick
2020-12-10 10:09:03 -05:00
committed by GitHub
parent 854c1a6866
commit 877b6c0fcf

View File

@@ -3,7 +3,7 @@ name: 'Lock threads'
on:
workflow_dispatch:
schedule:
- cron: '0/10 * * * *'
- cron: '0 0 * * *'
jobs:
lock:
@@ -18,4 +18,4 @@ jobs:
issue-lock-labels: ''
issue-lock-comment: ''
issue-lock-reason: 'resolved'
process-only: 'issues'
process-only: ''