From f13edffecab66a695ff583472c973a4ee3927d41 Mon Sep 17 00:00:00 2001 From: Sai Karthik Date: Tue, 26 Nov 2024 11:09:01 +0530 Subject: [PATCH] ci: fetch updates with 12 hour interval --- .github/workflows/cron.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index bb2ba2d..817c7a8 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -2,7 +2,7 @@ name: Refresh Feed on: schedule: - - cron: 0 0,6,12,18 * * * + - cron: 0 0,12 * * * permissions: contents: read diff --git a/README.md b/README.md index 44bf382..889e717 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A simple tool which converts News and updates from the Indian [GST portal](https://gst.gov.in) as RSS (atom) feeds which can then be used in various integrations (like feed readers, bots) -Demo Feed url (refreshed every 6 hours): +Demo Feed url (refreshed every 12 hours): [https://kskarthik.github.io/gstfeed/feed.xml](https://kskarthik.github.io/gstfeed/feed.xml) # Installation