From b84fc1d9a1b54e68f857de5fb53efe68a0f15de3 Mon Sep 17 00:00:00 2001 From: Reuben Date: Fri, 25 Oct 2024 17:18:14 -0600 Subject: [PATCH] Update epg-grabber.yml --- .github/workflows/epg-grabber.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/epg-grabber.yml b/.github/workflows/epg-grabber.yml index 4b239cd..877503d 100644 --- a/.github/workflows/epg-grabber.yml +++ b/.github/workflows/epg-grabber.yml @@ -2,8 +2,8 @@ name: Update EPG on: schedule: - # Runs once a day at midnight - - cron: "0 0 * * *" + # Runs twice a day + - cron: "0 0,12 * * *" # Add a manual trigger workflow_dispatch: