Change lock old threads to once daily

This commit is contained in:
shamoon 2023-04-17 12:43:27 -07:00 committed by GitHub
parent dd8514a84d
commit 930bac3c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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