1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-20 06:26:38 +02:00

Merge pull request #1126 from yubiuser/less_stale

Run stale workflow only once a day at 08:00
This commit is contained in:
Adam Warner 2022-07-04 15:39:36 +01:00 committed by GitHub
commit c3a4a832dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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