Run lock only once per week

This commit is contained in:
Roger A. Light 2022-08-13 21:39:25 +01:00
parent 268a2bae47
commit 1ed0c0436a

View File

@ -2,7 +2,7 @@ name: 'Lock Threads'
on:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * 0'
workflow_dispatch:
permissions: