Run stale workflow at 8:00 once per day

Signed-off-by: Christian König <ckoenig@posteo.de>
pull/4776/head
Christian König 2 years ago
parent 17485023a2
commit a783da823e
No known key found for this signature in database
GPG Key ID: 4CDA6F249DD2B485

@ -2,7 +2,7 @@ name: Mark stale issues
on:
schedule:
- cron: '0 * * * *'
- cron: '0 8 * * *'
workflow_dispatch:
jobs:

Loading…
Cancel
Save