Execute stale workflow only once a day (#2739)

This commit is contained in:
Stefan Agner 2023-09-07 08:59:25 +02:00 committed by GitHub
parent cdfde693c7
commit 52a455c6ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: Stale
# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 * * * *"
- cron: "40 5 * * *"
workflow_dispatch:
jobs: