ci: reduce lock threads workflow to daily schedule

This commit is contained in:
Nicolas Giard 2022-06-22 16:26:21 -04:00 committed by GitHub
parent 10396d6f01
commit 6f1d7e478e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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