run cron lock jobs at a diff time

This commit is contained in:
Paul Kehrer 2024-03-25 20:15:05 -04:00 committed by GitHub
parent ca606189dc
commit ee6206a1a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ name: Lock Issues
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '0 3 * * *'
permissions:
issues: "write"