Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian König <ckoenig@posteo.de>2022-07-03 15:37:47 +0300
committerChristian König <ckoenig@posteo.de>2022-07-03 15:40:03 +0300
commita783da823e6cb3140cd507934ad92110453ece05 (patch)
tree88b1bcbdd3864de447e5dfb3014ee5e28689b543 /.github
parent17485023a22e1e0329fcae489ec8c876b0cf1dc6 (diff)
Run stale workflow at 8:00 once per day
Signed-off-by: Christian König <ckoenig@posteo.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 050d8ea5..3f54c1a5 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -2,7 +2,7 @@ name: Mark stale issues
on:
schedule:
- - cron: '0 * * * *'
+ - cron: '0 8 * * *'
workflow_dispatch:
jobs: