[skip ci] fix thread locking workflow to actually be daily

This commit is contained in:
arkon 2021-12-17 10:40:52 -05:00
parent 7d1f5c7383
commit 185283f864

View File

@ -3,7 +3,7 @@ name: Lock threads
on:
# Daily
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * *'
# Manual trigger
workflow_dispatch:
inputs: