Run stale workflow only once a day at 08:00

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2022-07-04 16:03:16 +02:00
parent b1c2555528
commit aacc3efc93
No known key found for this signature in database
GPG Key ID: 4CDA6F249DD2B485
1 changed files with 1 additions and 1 deletions

View File

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